From 091840810d33fc4de04858b1bd0d272169f3dca9 Mon Sep 17 00:00:00 2001 From: Ana Isabel Carvalho Date: Thu, 5 Jun 2014 03:20:04 +0100 Subject: [PATCH] fixed --- css/main.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 49b3d1d..cef4ecb 100644 --- a/css/main.css +++ b/css/main.css @@ -623,6 +623,15 @@ input[type='reset']:hover { @media only screen and (min-width: 400px) { + #header #infographic { + margin-bottom: 1.5em; + display: inline; + } + + #header #infographic a { + width: 250px; + } + } @media only screen and (min-width: 400px) and (max-width: 599px) { @@ -645,15 +654,15 @@ input[type='reset']:hover { } #header #infographic { - display: none; + margin-bottom: 1.5em; + display: inline; } -/* #header #infographic a { width: 250px; height: 100px; overflow: hidden; - }*/ + } .section-intro p { margin: 0.5em 0; -- 2.25.1