fix: change max-width for media query

This commit is contained in:
E.L. Guerrero 2024-06-30 06:01:58 -04:00
parent 9730d16e0b
commit 9c0ddc5da4
Signed by: knights
GPG Key ID: 6201533059C29A0F
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ https://codepen.io/creme/pen/rdjXav
/* ------- Media Queries ------- */ /* ------- Media Queries ------- */
@media screen and (max-width: 570px) { @media screen and (max-width: 770px) {
main.home, main.subpage { main.home, main.subpage {
width: 90%; width: 90%;
} }