From b136bdc64ebce998018e73618ca314d5ceee525d Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 30 Aug 2020 09:32:22 +0200 Subject: [PATCH] Fix main header css selector and set default icon size to 16px --- assets/sass/layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/layout.scss b/assets/sass/layout.scss index 178bd47..cd3f0d8 100644 --- a/assets/sass/layout.scss +++ b/assets/sass/layout.scss @@ -61,7 +61,7 @@ body { } } -header { +body > header { display: flex; flex-direction: row; justify-content: space-between; @@ -623,7 +623,7 @@ button, .button { // --- .feather { flex-shrink: 0; - --icon-size: 24px; + --icon-size: 16px; width: var(--icon-size); height: var(--icon-size); stroke: currentColor;