Skip to content

Commit

Permalink
font size changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lai-huy committed Jan 15, 2025
1 parent a1ff1ed commit f82ea15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
16 changes: 3 additions & 13 deletions src/app/home/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ div {
}

&.links {
margin-top: 175px;
margin-top: 170px;
}
}

Expand All @@ -187,11 +187,6 @@ div {
width: 115px;
height: 115px;
}

svg.devicon {
width: 85px;
height: 85px;
}
}

&.mobile {
Expand Down Expand Up @@ -219,7 +214,7 @@ div {
}

&.links {
margin-top: 87.5px;
margin-top: 85px;
}
}

Expand All @@ -233,11 +228,6 @@ div {
width: 57px;
height: 57px;
}

svg.devicon {
width: 42px;
height: 42px;
}
}
}

Expand All @@ -252,7 +242,7 @@ svg {

&.fa-envelope {
color: #db4437;
font-size: 6em;
font-size: 6rem;
}

&.fa-phone {
Expand Down
4 changes: 2 additions & 2 deletions src/app/home/social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ export default function Social() {
className="btn-hover github"
onClick={handleGithubClick}
>
<GithubOriginal size="" className="devicon github" />
<GithubOriginal size="5rem" className="devicon github" />
</button>

<button
aria-label="Go to my LinkedIn profile"
className="btn-hover linkedin"
onClick={handleLinkedinClick}
>
<LinkedinOriginal size="" className="devicon" />
<LinkedinOriginal size="5rem" className="devicon" />
</button>

<button
Expand Down
2 changes: 1 addition & 1 deletion src/app/qualifications/qualifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ div#skills {
header.qualifications {
text-align: center;
font-weight: bold;
font-size: 48pt;
font-size: 6rem;
font-family: "Ubuntu", sans-serif;
}

Expand Down

0 comments on commit f82ea15

Please sign in to comment.