Files
flask_blog/static/css/blog.css
2026-03-13 20:52:24 +01:00

16 lines
244 B
CSS

.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;
}