aboutsummaryrefslogtreecommitdiffstats
path: root/scss/_header.scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-01-11 11:15:19 +0000
committers-ol <s-ol@users.noreply.github.com>2019-01-11 11:15:19 +0000
commit1c2eb7a9e677cd409eec15309911148e544f96be (patch)
tree7329cb294d5e2f7c7781585a78b721c11699270e /scss/_header.scss
parentadd meta viewport (diff)
downloadmmm-1c2eb7a9e677cd409eec15309911148e544f96be.tar.gz
mmm-1c2eb7a9e677cd409eec15309911148e544f96be.zip
improve mobile layout
Diffstat (limited to 'scss/_header.scss')
-rw-r--r--scss/_header.scss6
1 files changed, 3 insertions, 3 deletions
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;