diff options
author | Christopher Baines <mail@cbaines.net> | 2015-05-03 12:40:31 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-05-03 12:40:31 +0100 |
commit | b1908a560e002d97711345e361fe3a390665c43f (patch) | |
tree | 699bac73c72b1b23f5f022429b9e0cb99a7fb601 | |
parent | f305b242b782779c013dd5d833d3deac06c3071b (diff) | |
download | cbaines.net-b1908a560e002d97711345e361fe3a390665c43f.tar cbaines.net-b1908a560e002d97711345e361fe3a390665c43f.tar.gz |
Change media query to work better on small devices
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |