24 lines
346 B
CSS
24 lines
346 B
CSS
.comments {
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
.other {
|
|
font-size: 80%;
|
|
color: var(--theme-grey);
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.comments {
|
|
margin-top: .5rem;
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
}
|
|
|
|
.fullItemContainer {
|
|
margin-bottom: .5rem;
|
|
}
|
|
|
|
.fullItemContainer:empty {
|
|
margin: 0;
|
|
} |