From 85f7dfcb625be41e4c44452ad9d6d844e6ac7259 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Tue, 19 May 2020 09:07:18 +0200 Subject: [PATCH] update: Main header responsive: start --- src/styles/base/header.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/styles/base/header.scss b/src/styles/base/header.scss index b2cfc39..381d304 100644 --- a/src/styles/base/header.scss +++ b/src/styles/base/header.scss @@ -11,6 +11,10 @@ &.is-spaced { padding: 0 2.5rem; + + @include breakpoint(sm) { + padding: 0 0.6rem; + } } .logo { @@ -113,7 +117,9 @@ sib-notifications { width: 4.8rem; @include breakpoint(sm) { + height: 3.3rem; margin-right: 0; + width: 3.3rem; } } @@ -211,7 +217,7 @@ sib-notifications { @include breakpoint(sm) { display: block; padding-left: 0; - font-size: 26px; + font-size: 24px; } }