bump line spacing
This commit is contained in:
parent
10d197e17d
commit
eb3992720b
@ -43,6 +43,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-size: var(--content-size-sm);
|
font-size: var(--content-size-sm);
|
||||||
|
line-height: 1.25;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
|
||||||
// desktop display, this can't coexist with mobile styling
|
// desktop display, this can't coexist with mobile styling
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--content-size: 1.25rem;
|
--content-size: 1.25rem;
|
||||||
--content-size-sm: 1rem;
|
--content-size-sm: 1rem;
|
||||||
// --content-line-height: 1.3;
|
--content-line-height: 1.4;
|
||||||
--content-width: 52.5rem;
|
--content-width: 52.5rem;
|
||||||
--content-padding: 0.65rem;
|
--content-padding: 0.65rem;
|
||||||
--content-color: #1e1e1e;
|
--content-color: #1e1e1e;
|
||||||
@ -26,7 +26,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'Tajawal', sans-serif;
|
font-family: 'Tajawal', sans-serif;
|
||||||
font-size: var(--content-size);
|
font-size: var(--content-size);
|
||||||
// line-height: var(--content-line-height);
|
line-height: var(--content-line-height);
|
||||||
letter-spacing: -0.005em;
|
letter-spacing: -0.005em;
|
||||||
color: var(--content-color);
|
color: var(--content-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user