Skip to content

Commit

Permalink
Fix about text size for responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 13, 2024
1 parent c4f552c commit 271792b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions styles/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,22 @@
}

@media screen and (max-height: 950px) {
.about-text {
.about {
padding: 40px;
}

.about-text {
line-height: 1.5em;
}
}

@media screen and (max-height: 900px) {
.about {
padding: 40px;
}

.about-text {
line-height: 1.35em;
line-height: 1.3em;
}
}

Expand Down

0 comments on commit 271792b

Please sign in to comment.