Skip to content

Commit

Permalink
fixed font size for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoayan committed Oct 19, 2023
1 parent 9f44ad2 commit 25f0964
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ h6 {
}

/* social custom colour */
.links-container a.instagram:hover,
.links-container a.instagram:hover,
.links-container a.instagram:hover svg,
.links-container a.youtube:hover,
.links-container a.youtube:hover svg {
Expand All @@ -169,6 +169,7 @@ h6 {
.links-container .instagram::before {
background: linear-gradient(90deg, #d300c5 0%, #ff0069 50%, #ffd600 100%);
}

.links-container .youtube::before {
background-color: hsl(0, 100%, 60%);
}
Expand All @@ -179,6 +180,10 @@ h6 {
@media only screen and (max-width: 450px) {
.links-container a::before {
transform: translateY(70%);
}

.bio p,
.profile h3 {
font-size: 14px;
}
}
}

0 comments on commit 25f0964

Please sign in to comment.