diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-08 19:46:55 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-08 19:46:55 +0000 |
| commit | 75b1f5a1a21069154d41742a84970f4d2ccb2d58 (patch) | |
| tree | 8a9a345d18e6f4fbb1ef91080f350e6475982ca1 /scss | |
| parent | realtime server Dockerfile (diff) | |
| download | mmm-75b1f5a1a21069154d41742a84970f4d2ccb2d58.tar.gz mmm-75b1f5a1a21069154d41742a84970f4d2ccb2d58.zip | |
fix header, double div.content
Diffstat (limited to '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; |
