feat: update posts layout

This commit is contained in:
Devin Haska 2024-02-23 15:06:27 -08:00
parent ba4cb202e9
commit c91588b5a3
4 changed files with 28 additions and 35 deletions

View file

@ -7,9 +7,25 @@
}
.font-size-l {
font-size: 2rem;
font-size: 1.5rem;
}
.font-size-xl {
font-size: 2rem;
}
.font-size-2xl {
font-size: 3rem;
}
.line-height-s {
line-height: 0.8rem;
}
.line-height-m {
line-height: 1.125rem;
}
.line-height-l {
line-height: 1.5rem;
}