inline->css

This commit is contained in:
m
2026-03-13 20:52:24 +01:00
parent 752a32a5ac
commit 01c186edc7
3 changed files with 27 additions and 19 deletions

15
static/css/blog.css Normal file
View File

@@ -0,0 +1,15 @@
.post-divider {
width: 100%;
border: 1px solid #000;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.post-divider-expanded {
margin-top: 25px;
margin-bottom: 60px;
}
.post-divider-preview {
margin-top: 75px;
margin-bottom: 60px;
}