diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index e996dd123..13c2dff72 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -13,13 +13,8 @@ $header-top-border: $header-top-border-width solid $primary !default; .internal-link-fixed-header { display: block; - @if unit($mappage-header-height) == 'em' { - padding-top: $mappage-header-height + 1em; - margin-top: -($mappage-header-height + 1em); - } @else { - padding-top: $mappage-header-height + 16px; - margin-top: -($mappage-header-height + 16px); - } + position: relative; + top: -2em; } //hacks for desk/mob only stuff |