diff options
author | Wolfgang Müller | 2021-06-27 11:05:20 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-27 11:05:20 +0200 |
commit | 342bd393d64f3a852ccb0604fc802bc7b766051e (patch) | |
tree | 2694c4f5a5db7b9aff42ab18c0f1d70ddf565faf /sass | |
parent | 66db16b5bbe77503079e40be966b1f414dd138c8 (diff) | |
download | zunzuncito-342bd393d64f3a852ccb0604fc802bc7b766051e.tar.gz |
sass: Decrease the size of the logo on small screens
This further increases the space available for text and makes the logo a
lot less dominant.
Diffstat (limited to '')
-rw-r--r-- | sass/style.sass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/style.sass b/sass/style.sass index 802210a..44fe8f1 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -209,3 +209,9 @@ nav.links div.info > h2.title::before display: none + + article > header > img.avatar + width: 48px + + article + padding-left: 62px |