aboutsummaryrefslogtreecommitdiffstats
path: root/scss/_header.scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-12-22 17:51:14 +0000
committers-ol <s-ol@users.noreply.github.com>2018-12-22 17:51:14 +0000
commit158069a913c551b51ebd3fc74ddba107a60bfd87 (patch)
tree63b8af4523092bfd16a91769378e514119caf33a /scss/_header.scss
parentadd plonat atek pictures (diff)
downloadmmm-158069a913c551b51ebd3fc74ddba107a60bfd87.tar.gz
mmm-158069a913c551b51ebd3fc74ddba107a60bfd87.zip
update header styles
Diffstat (limited to 'scss/_header.scss')
-rw-r--r--scss/_header.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/scss/_header.scss b/scss/_header.scss
index 2bcb80c..775e23b 100644
--- a/scss/_header.scss
+++ b/scss/_header.scss
@@ -11,14 +11,16 @@ header {
display: flex;
justify-content: space-around;
align-items: center;
+ flex-wrap: wrap;
margin: 0;
- height: 5rem;
+ line-height: 5rem;
font-size: 4rem;
font-weight: 200;
- > b {
- flex: 1;
+ > span {
+ margin-left: auto;
+ white-space: nowrap;
}
.bold {
@@ -26,7 +28,7 @@ header {
}
.sun {
- height: 100%;
+ height: 5rem;
stroke: currentColor;
fill: currentColor;