16 lines
193 B
CSS
16 lines
193 B
CSS
.post hr {
|
|
color: var(--light);
|
|
margin: 0;
|
|
}
|
|
|
|
.post hr:nth-of-type(1) {
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
.action-load-comments {
|
|
margin-left: 4rem;
|
|
}
|
|
|
|
#action-load-posts {
|
|
justify-content: center;
|
|
}
|