small fixes

This commit is contained in:
teldra 2022-06-12 19:32:33 +02:00
parent cb59c2fbc8
commit bbe422f407
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ $mq-xxlarge: "(min-width: #{$bp-xxlarge})";
$mq-retina: "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";
// Font-Size
$base-font-size: .8em;
$base-font-size: 1em;
// Line-Height
$base-line-height: 1.5;

View File

@ -4,7 +4,7 @@ header {
margin-right: auto;
div {
display: flex;
height: 5em;
height: 5rem;
align-items: center;
justify-content: space-between;
svg {