diff --git a/static/olln/_custom.scss b/static/olln/_custom.scss index 880fb409..4ed2edb8 100644 --- a/static/olln/_custom.scss +++ b/static/olln/_custom.scss @@ -14,12 +14,16 @@ div.link-cell.has-asset-picture a:not(.asset-link) { } @media screen and (max-width: $nav-mobile-limit) { - nav.site-nav { - margin-top: 100px; - } - #header h1 { top: 10px; left: 47px; } + + nav.site-nav { + margin-top: 100px; + } + + body.has-picture .site-nav::after { + display: none; + } }