From ca4e9a0910ff829825efdd3f0b32a2737b57a8bd Mon Sep 17 00:00:00 2001 From: JoseĢ Mota Date: Thu, 25 Oct 2012 00:55:57 +0100 Subject: Add media query for mobile phones. --- css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css') diff --git a/css/main.css b/css/main.css index 462e7a9..31d0c02 100644 --- a/css/main.css +++ b/css/main.css @@ -139,3 +139,13 @@ nav a:before { content: none; } nav .next { right: -15px; } nav .previous { left: -15px; } + +@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) { + body { + background: rgba(255,255,255,.8) none; + } + div#bucket { + width: auto; + margin-top: 0; + } +} -- cgit v1.2.3-54-g00ecf