Fix main header css selector and set default icon size to 16px

This commit is contained in:
Alice Gaudon 2020-08-30 09:32:22 +02:00
parent 3f3bec85fc
commit b136bdc64e
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ body {
} }
} }
header { body > header {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
@ -623,7 +623,7 @@ button, .button {
// --- // ---
.feather { .feather {
flex-shrink: 0; flex-shrink: 0;
--icon-size: 24px; --icon-size: 16px;
width: var(--icon-size); width: var(--icon-size);
height: var(--icon-size); height: var(--icon-size);
stroke: currentColor; stroke: currentColor;