diff options
-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; } |