From deea763923ee4a2721446cd53ff89d8216099cda Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 8 Nov 2015 11:34:58 +1300 Subject: [PATCH] style: mobile css --- sites/code.ivysaur.me/static/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sites/code.ivysaur.me/static/style.css b/sites/code.ivysaur.me/static/style.css index c2fcdfd..2ed1c0a 100644 --- a/sites/code.ivysaur.me/static/style.css +++ b/sites/code.ivysaur.me/static/style.css @@ -133,6 +133,24 @@ html, body { /* */ +@media screen and (max-width:960px) { + + #container { + width:100%; + } + .projimg { + float:clear; + width:100%; + } + .projbody_halfw { + float:clear; + width:100%; + } + +} + +/* */ + #ivylogo { background:transparent url('ivysaur24.png') no-repeat 0 0; width:24px;