xssbook2/web/public/css/post.css

13 lines
143 B
CSS
Raw Normal View History

.post hr {
color: var(--light);
margin: 0;
}
.post hr:nth-of-type(1) {
margin-top: .5rem;
}
.action-load-comments {
margin-left: 4rem;
}