Initial push

This commit is contained in:
2025-08-25 19:13:59 -04:00
parent 6a2ac61694
commit 181308662f
62 changed files with 2360 additions and 2 deletions

20
_sass/post.scss Normal file
View File

@@ -0,0 +1,20 @@
.post-info {
padding-bottom: 30px;
margin: 20px 0 5px;
padding-top: 20px;
}
.post-content {
line-height: 35px;
padding-bottom: 50px;
}
.post-content h1, h3, code, pre {
padding-bottom: 10px;
padding-top: 10px;
}
.post-content h2 {
padding-bottom: 20px;
padding-top: 20px;
}