summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-11-16 00:43:32 -0500
committersowgro <tpoke.ferrari@gmail.com>2024-11-16 00:43:32 -0500
commit1c70d0e44e0817045d90226a2ed36789f122864d (patch)
tree27cf762c7a97438107984210e7c8356058165f83
parentab0ed7c99e28f4c6e91755c182d81ed71cb40b5b (diff)
downloadgrav-sowtheme-main.tar.gz
grav-sowtheme-main.tar.bz2
grav-sowtheme-main.zip
Improve validationHEADmain
-rw-r--r--css/website.css2
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;
}