Adjust font sizes

This commit is contained in:
L3D 2022-01-18 04:09:02 +01:00
parent 1dd6e95034
commit d8fdcb0394
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 5 additions and 2 deletions

View file

@ -20,7 +20,7 @@ header {
color: $font_accent_2; color: $font_accent_2;
text-decoration: none; text-decoration: none;
background: $shadow_accent_1; background: $shadow_accent_1;
padding: 6px 18px; padding: 8px 24px;
border-radius: 5px; border-radius: 5px;
text-transform: $menu_text_transform; text-transform: $menu_text_transform;
} }

View file

@ -51,6 +51,9 @@ div.laend {
h2 { h2 {
font-size: $font_size_h2_large; font-size: $font_size_h2_large;
} }
code{
font-size: $font_size_h1;
}
} }
} }
@ -61,7 +64,7 @@ div.laend {
font-size: $font_size_default_mobile; font-size: $font_size_default_mobile;
} }
code { code {
font-size: $font_size_code_mobile; font-size: $font_size_h2_mobile;
} }
img { img {
max-width: 60%; max-width: 60%;