bump line spacing

This commit is contained in:
Joseph Montanaro 2024-06-17 08:43:05 -04:00
parent 10d197e17d
commit eb3992720b
2 changed files with 3 additions and 2 deletions

View File

@ -43,6 +43,7 @@
position: relative;
color: #555;
font-size: var(--content-size-sm);
line-height: 1.25;
hyphens: auto;
// desktop display, this can't coexist with mobile styling

View File

@ -12,7 +12,7 @@
:root {
--content-size: 1.25rem;
--content-size-sm: 1rem;
// --content-line-height: 1.3;
--content-line-height: 1.4;
--content-width: 52.5rem;
--content-padding: 0.65rem;
--content-color: #1e1e1e;
@ -26,7 +26,7 @@
body {
font-family: 'Tajawal', sans-serif;
font-size: var(--content-size);
// line-height: var(--content-line-height);
line-height: var(--content-line-height);
letter-spacing: -0.005em;
color: var(--content-color);
}