diff options
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; |
