Files
flask_blog/static/css/blog.css
2026-03-15 04:45:50 +01:00

15 lines
222 B
CSS

.post-divider {
width: 100%;
border: none;
border-top: 1px solid #e5e7eb;
}
.post-divider-expanded {
margin-top: 25px;
margin-bottom: 60px;
}
.post-divider-preview {
margin-top: 50px;
margin-bottom: 60px;
}