Files
driftywinds.github.io/css/news.css
foxster-mp4 8ed7aa4bc1 Refactor
2023-07-17 19:16:44 -07:00

27 lines
374 B
CSS

/*
news.css
altsource-viewer (https://github.com/therealFoxster/altsource-viewer)
Copyright (c) 2023 Foxster.
MIT License.
*/
#main {
padding-top: 8rem;
}
#news {
padding: 0 1rem;
}
.news-item-wrapper {
margin-bottom: 3em;
}
.news-item-wrapper:last-of-type {
margin-bottom: 1em;
}
.news-item-wrapper .item {
margin-bottom: 1rem !important;
}