From bde9d0e20498f16bb4236dc688418c03d2247031 Mon Sep 17 00:00:00 2001 From: Ana Isabel Carvalho Date: Thu, 5 Jun 2014 15:16:30 +0100 Subject: [PATCH] fixed margins and sizes --- css/main.css | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/css/main.css b/css/main.css index 973715a..829694d 100644 --- a/css/main.css +++ b/css/main.css @@ -170,14 +170,6 @@ small { font-size: 0.85em; } -#header .intro { - font-size: 1.1em; -} - -#header .intro > #infographic { - font-size: .75em; -} - #header #fsf-intro { font-size: .7em; } @@ -520,6 +512,15 @@ input[type='reset']:hover { margin-bottom: 1em; } +#fsf-intro h3 a { + display: block; + max-width: 283px; +} + +#fsf-intro h3 img { + width: 100%; +} + .newsletter input[type='text'], .newsletter input[type='submit'] { font-size: .75em; @@ -529,6 +530,7 @@ input[type='reset']:hover { height: 3em; width: 16em; padding: .2em .65em; + margin-bottom: .5em; } .newsletter input[type='submit'] { @@ -536,6 +538,7 @@ input[type='reset']:hover { padding: .5em 1em; margin-left: 5px; background-color: #5f8dd3; + margin-bottom: .5em; } #fsf-intro .newsletter form + p { @@ -658,14 +661,14 @@ input[type='reset']:hover { #header .intro { float: right; width: 100%; - margin-right: 02.22%; } #header #fsf-intro { float: left; width: 100%; - padding-left: 02.22%; - border-left: 8px solid #ff9b12; + padding-left: 0; + border-left: 0; + margin-bottom: 0; } } -- 2.25.1