Update post and footer layout

This commit is contained in:
2025-07-18 23:43:15 -04:00
parent 5684b8250c
commit 61a741119b
5 changed files with 19 additions and 1 deletions

10
assets/blog.css Normal file
View File

@@ -0,0 +1,10 @@
.infobar {
display: flex;
flex-direction: row;
margin-bottom: 1rem;
gap: 8px;
}
.infobar p {
margin: 0;
}

View File

@@ -30,6 +30,7 @@ footer {
width: 100%;
padding-bottom: 64px;
padding-top: 64px;
color: dimgray;
}