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 | |
| parent | update self-hosted (diff) | |
| download | mmm-551533ebb5ba3927de4989bc9f4746e01f83667b.tar.gz mmm-551533ebb5ba3927de4989bc9f4746e01f83667b.zip | |
make logo clickable
| -rw-r--r-- | build/layout.moon | 2 | ||||
| -rw-r--r-- | scss/_header.scss | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/build/layout.moon b/build/layout.moon index 61f93cb..428ca6f 100644 --- a/build/layout.moon +++ b/build/layout.moon @@ -33,7 +33,7 @@ logo = svg { header: header { div { h1 { - logo + navigate_to '/', logo span { span 'mmm', class: 'bold' '​' 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; |
