From b37849206fa819fd6bd15d590aaea844b2b19ebb Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Mon, 3 Apr 2017 16:05:26 +0200 Subject: [PATCH] Remove margin and navigation of header --- styles/components/page.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles/components/page.css b/styles/components/page.css index ea4d2ba..dda0ca9 100644 --- a/styles/components/page.css +++ b/styles/components/page.css @@ -12,6 +12,16 @@ margin-bottom: 20px; position: relative; z-index: 100; + + @media (--until-sm) { + margin: 0 + } + + @media (--until-lg) { + .nav { + display: none; + } + } } &__content {