Adjust line-height for content
- Reduced line-height from 1.8 to 1.6.
This commit is contained in:
parent
50f734be70
commit
a731a82ea8
@ -27,7 +27,6 @@
|
|||||||
:global(body) {
|
:global(body) {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.8;
|
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
color: var(--font-color);
|
color: var(--font-color);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -33,7 +33,7 @@ body {
|
|||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.8;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user