summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-05-03 12:40:31 +0100
committerChristopher Baines <mail@cbaines.net>2015-05-03 12:40:31 +0100
commitb1908a560e002d97711345e361fe3a390665c43f (patch)
tree699bac73c72b1b23f5f022429b9e0cb99a7fb601
parentf305b242b782779c013dd5d833d3deac06c3071b (diff)
downloadcbaines.net-b1908a560e002d97711345e361fe3a390665c43f.tar
cbaines.net-b1908a560e002d97711345e361fe3a390665c43f.tar.gz
Change media query to work better on small devices
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index b5c39c0..cdd5b01 100644
--- a/style.css
+++ b/style.css
@@ -667,7 +667,7 @@ div.sidebar table img {
margin-left: 180px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-device-width: 480px) {
#pagebody {
clear: left;
margin: auto;