From eeaae2bd394317c7f4715db1ec0209d737926beb Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sat, 21 Mar 2015 14:15:23 +0000 Subject: show more body on smaller devices and resize logo --- assets/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index d72cda3..69550be 100644 --- a/assets/style.css +++ b/assets/style.css @@ -24,6 +24,8 @@ header { margin-bottom: -4px; } +@media all and (max-width:40.000em) { body { width: 97% } } + #main { background: #fff; padding: 10px; @@ -41,7 +43,7 @@ footer { } img#logo { - width:300px; + width:20%; float: left; margin: 1em; margin-right: 2em; -- cgit v1.2.3