diff options
Diffstat (limited to 'assets/css/global.css')
-rw-r--r-- | assets/css/global.css | 34 |
1 files changed, 10 insertions, 24 deletions
diff --git a/assets/css/global.css b/assets/css/global.css index b0b7c2ce1..df477f358 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -699,7 +699,7 @@ table { -moz-user-select: none; -ms-user-select: none; user-select: none; - -webkit-tap-highlight-color: transparent; } + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* mouse grab icon */ .grabbing { @@ -861,34 +861,26 @@ ul { background-image: url("../../theme/img/mysociety-logo.png"); width: 125px; height: 39px; } } - @media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) { - .ms-header__logo { - background-image: url("../../theme/img/mysociety-logo@2.png"); } } + @media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) { + .ms-header__logo { + background-image: url("../../theme/img/mysociety-logo@2.png"); } } .site-title { - height: 45px; - width: 240px; + height: 60px; + width: 140px; max-width: 100%; display: block; background-position: top left; background-repeat: no-repeat; - background-image: url("../img/alaveteli-logo.svg"); } + background-image: url("../img/alaveteli-logo.svg"); + background-size: 140px 60px; } .site-header { border-top: 0.375em solid #424242; padding: 1em 0; background-position: center; - background-color: #93278f; } + background-color: #a94ca6; } -@media (min-width: 56.88889em) { - body.home .site-title { - margin: 0.5em auto; - height: 60px; - width: 320px; - background-size: 320px 60px; } - - body.home .site-header { - padding: 3.75em 0; } } .main-content-column { padding-left: 0 !Important; } @media (min-width: 56.88889em) { @@ -901,15 +893,9 @@ ul { padding-left: 0; } } .main-content-column-full-width { - /* Use for multi-column grids where all columns are equal width, it gives them equal spacing */ float: left; - padding-left: 1.5%; - padding-right: 1.5%; + padding: 0; width: 100%; } - .main-content-column-full-width:nth-child(odd), .main-content-column-full-width:first-child { - padding-left: 0; } - .main-content-column-full-width:nth-child(even), .main-content-column-full-width:last-child { - padding-right: 0; } .main-content { background: #fff; |