diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-16 00:43:32 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-16 00:43:32 -0500 |
commit | 1c70d0e44e0817045d90226a2ed36789f122864d (patch) | |
tree | 27cf762c7a97438107984210e7c8356058165f83 | |
parent | ab0ed7c99e28f4c6e91755c182d81ed71cb40b5b (diff) | |
download | grav-sowtheme-main.tar.gz grav-sowtheme-main.tar.bz2 grav-sowtheme-main.zip |
-rw-r--r-- | css/website.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/website.css b/css/website.css index 453596b..b9fd84b 100644 --- a/css/website.css +++ b/css/website.css @@ -286,7 +286,7 @@ a:hover .proj-thumb { } /* mobile */ -@media only screen and (max-device-width: 900px) { +@media only screen and (max-width: 900px) { .header { margin: 10px; } |