diff --git a/assets/scss/_header.scss b/assets/scss/_header.scss index 551b8d8..4647f9f 100644 --- a/assets/scss/_header.scss +++ b/assets/scss/_header.scss @@ -20,7 +20,7 @@ header { color: $font_accent_2; text-decoration: none; background: $shadow_accent_1; - padding: 6px 18px; + padding: 8px 24px; border-radius: 5px; text-transform: $menu_text_transform; } diff --git a/assets/scss/_laend.scss b/assets/scss/_laend.scss index eb54fbe..d03f14d 100644 --- a/assets/scss/_laend.scss +++ b/assets/scss/_laend.scss @@ -51,6 +51,9 @@ div.laend { h2 { font-size: $font_size_h2_large; } + code{ + font-size: $font_size_h1; + } } } @@ -61,7 +64,7 @@ div.laend { font-size: $font_size_default_mobile; } code { - font-size: $font_size_code_mobile; + font-size: $font_size_h2_mobile; } img { max-width: 60%;