aboutsummaryrefslogtreecommitdiffstats
path: root/scss/_header.scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-10-03 19:40:09 +0000
committers-ol <s-ol@users.noreply.github.com>2019-10-03 19:43:50 +0000
commit551533ebb5ba3927de4989bc9f4746e01f83667b (patch)
tree97179b7d57d99d2f635f5d5de40bb912f768794b /scss/_header.scss
parentupdate self-hosted (diff)
downloadmmm-551533ebb5ba3927de4989bc9f4746e01f83667b.tar.gz
mmm-551533ebb5ba3927de4989bc9f4746e01f83667b.zip
make logo clickable
Diffstat (limited to 'scss/_header.scss')
-rw-r--r--scss/_header.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/_header.scss b/scss/_header.scss
index ccaf658..fd3aec3 100644
--- a/scss/_header.scss
+++ b/scss/_header.scss
@@ -26,8 +26,12 @@ header {
font-weight: 400;
}
- .sun {
+ > a {
height: 5rem;
+ }
+
+ .sun {
+ height: 100%;
stroke: currentColor;
fill: currentColor;