Skip to content

Commit

Permalink
feat: edited some content, and changed icons gap on hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
JCU25 committed Aug 14, 2024
1 parent 72948a4 commit f3ec03b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ import ProjectHighlightRightImg from "../components/ProjectHighlightRightImg.ast
<div class="more-about-me-section">
<p class="more-about-me">
I am a back-end developer, and I love LEARNING. I am currently learning
UI/UX design as well to add to my skill set.
UI/UX design, and frontend development to add to my skill set.
</p>
<p>
<a class="button" href="/about-me">More about me</a>
Expand Down Expand Up @@ -282,7 +282,7 @@ import ProjectHighlightRightImg from "../components/ProjectHighlightRightImg.ast
.contact-div {
margin: 5% 0;
display: flex;
gap: 20px;
gap: 15px;
}

.more-about-me-section {
Expand Down Expand Up @@ -321,7 +321,7 @@ import ProjectHighlightRightImg from "../components/ProjectHighlightRightImg.ast
}

.contact-icon:hover {
transform: scale(1.1);
transform: scale(1.05);
}

.highlights {
Expand Down

0 comments on commit f3ec03b

Please sign in to comment.