diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/reading/css/css.scss | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/web/cobrands/reading/css/css.scss b/web/cobrands/reading/css/css.scss index d9f3083ee..0070e6a63 100644 --- a/web/cobrands/reading/css/css.scss +++ b/web/cobrands/reading/css/css.scss @@ -9,28 +9,35 @@ $map_width: 420px; @import "../../../css/_main.scss"; - #navigation { - margin-top: 125px; - } +p.thirdParty#reading-logo { + margin-top: 0px; + padding-bottom: 0px; +} - h1#header { - font-size: 200%; - margin-bottom: 0em; - } +div#header { + border-bottom: solid 2px #6D1443; +} - #logo { - top: 12.5em; - } +#header a:link, #header a:visited, div#header { + background-color: transparent; +} - a { - color: #9C2161; - } +a { + color: #9C2161; +} + +body { + font-family: Helvetica, Arial, sans-serif; + font-size: 13.5px; + color: black; +} - body { - font-family: Helvetica, Arial, sans-serif; - font-size: 13.5px; - color: black; +#navigation { + margin-top: 9px; + a { + text-decoration: none; } +} #mysociety { |