From: Reda Lazri Date: Mon, 17 Nov 2014 17:54:56 +0000 (+0100) Subject: Fixed the 'avoid' button X-Git-Url: https://vcs.fsf.org/?p=fsf-giving-guide.git;a=commitdiff_plain;h=812f895f760276907a7095779bb12bc9dfc88b0a Fixed the 'avoid' button --- diff --git a/images/avoid.png b/images/avoid.png index 3c69c6f..413d89f 100644 Binary files a/images/avoid.png and b/images/avoid.png differ diff --git a/stylesheet.css b/stylesheet.css index 217f932..91fc3c6 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -145,28 +145,6 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b color: #4B423B; } -/* Comparisons */ - -.wrapper, -.section_wrapper { - width: 750px; - margin: auto; -} - -.main_title { - text-align: center; - margin-top: 3em; - display: inline-block; -} - -.wrapper .intro_phrase { - width: 450px; - text-align: center; - font-family: 'Signika Bold'; - margin: 1.2em auto; - color: #bababa; -} - .intro { margin: auto; max-width: 1300px; @@ -194,6 +172,22 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b padding-left: 3em; } + +/* Comparisons */ + +.wrapper, +.section_wrapper { + width: 750px; + min-width: 750px; + margin: auto; +} + +.main_title { + text-align: center; + margin-top: 3em; + display: inline-block; +} + .buy a { border-bottom: none; }