diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-03 19:40:09 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-03 19:43:50 +0000 |
| commit | 551533ebb5ba3927de4989bc9f4746e01f83667b (patch) | |
| tree | 97179b7d57d99d2f635f5d5de40bb912f768794b /scss/_header.scss | |
| parent | update self-hosted (diff) | |
| download | mmm-551533ebb5ba3927de4989bc9f4746e01f83667b.tar.gz mmm-551533ebb5ba3927de4989bc9f4746e01f83667b.zip | |
make logo clickable
Diffstat (limited to 'scss/_header.scss')
| -rw-r--r-- | scss/_header.scss | 6 |
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; |
