From 1c2eb7a9e677cd409eec15309911148e544f96be Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 11 Jan 2019 12:15:19 +0100 Subject: improve mobile layout --- scss/_header.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scss/_header.scss') diff --git a/scss/_header.scss b/scss/_header.scss index 775e23b..ccaf658 100644 --- a/scss/_header.scss +++ b/scss/_header.scss @@ -9,7 +9,7 @@ header { h1 { display: flex; - justify-content: space-around; + justify-content: flex-end; align-items: center; flex-wrap: wrap; margin: 0; @@ -20,7 +20,6 @@ header { > span { margin-left: auto; - white-space: nowrap; } .bold { @@ -51,9 +50,10 @@ header { aside { margin: 0; - padding: 1em 2rem; + padding: 0 2rem; color: $gray-bright; background: $gray-darker; + line-height: 3em; > a { margin-right: 2em; -- cgit v1.2.3