adds basic layout

This commit is contained in:
Drew
2025-03-11 14:59:42 -06:00
parent 2139901402
commit e288bc703c
6 changed files with 105 additions and 32 deletions

View File

@ -11,6 +11,10 @@
width: 100%;
}
.single-article &-grid {
gap: 1rem;
}
&-cell {
width: 100%;
min-height: 30px;

View File

@ -14,6 +14,4 @@
body {
font-family: $font-garamond;
font-size: 16px;
line-height: 1.5;
}