stacker.news/styles/item.module.css

27 lines
432 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
}
@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
}
.youtubeContainer {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
}
.youtubeContainer iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
2021-04-28 19:30:14 +00:00
}