Migrate CSS files to subdirectory

This commit is contained in:
2025-09-13 15:24:05 -07:00
parent 9510604a89
commit 1e3dac48c7
5 changed files with 3 additions and 2 deletions

10
assets/css/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;
}