Skip to content

Commit

Permalink
Fix responsive #3
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent 92756c8 commit 5f2ddc7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@

@media screen and (max-width: 350px) {
.about-text {
font-size: 13.5px;
font-size: 13px;
}
}

@media screen and (max-width: 325px) {
.about-text {
font-size: 12px;
}
}

0 comments on commit 5f2ddc7

Please sign in to comment.