stacker.news/styles/item.module.css

25 lines
371 B
CSS
Raw Normal View History

2021-04-28 19:30:14 +00:00
.comments {
2021-11-12 22:39:52 +00:00
margin-top: .5rem;
2021-04-28 19:30:14 +00:00
}
.other {
font-size: 80%;
color: var(--theme-grey);
}
2021-04-28 19:30:14 +00:00
@media only screen and (max-width: 600px) {
.comments {
2021-11-12 22:39:52 +00:00
margin-top: .5rem;
2021-04-28 19:30:14 +00:00
margin-left: -15px;
margin-right: -15px;
}
2022-02-05 21:40:54 +00:00
}
2023-01-27 21:01:32 +00:00
.fullItemContainer {
margin-bottom: .5rem;
2024-09-11 16:10:21 +00:00
padding-right: 15px;
2023-01-27 21:01:32 +00:00
}
.fullItemContainer:empty {
margin: 0;
}