stacker.news/styles/item.module.css

11 lines
187 B
CSS
Raw Normal View History

2021-04-28 19:30:14 +00:00
.comments {
2021-09-23 20:09:07 +00:00
margin-top: 1rem;
2021-04-28 19:30:14 +00:00
}
@media only screen and (max-width: 600px) {
.comments {
2021-09-23 20:09:07 +00:00
margin-top: 1rem;
2021-04-28 19:30:14 +00:00
margin-left: -15px;
margin-right: -15px;
}
}