This commit is contained in:
Parker TenBroeck 2026-01-16 22:02:02 -05:00
commit 6449151d7a
38 changed files with 779 additions and 0 deletions

8
sass/blog.scss Normal file
View file

@ -0,0 +1,8 @@
.blog-page {
.title {
h1 {
font-size: 2.2em;
}
padding-bottom: 2em;
}
}