Skip to content

Commit

Permalink
Added max-width: 412px style
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Oct 6, 2023
1 parent 04775bf commit 602b410
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Geometric/GlassStation/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ a {
}
}

@media (max-width: 412px) {
.error404 {
font-size: 7em;
}
}

@media (max-width: 300px) {
.error404 {
Expand Down

0 comments on commit 602b410

Please sign in to comment.