Adjust font sizes
This commit is contained in:
parent
1dd6e95034
commit
d8fdcb0394
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue