Files
driftywinds.github.io/css/news.css
2023-05-22 10:35:56 -07:00

19 lines
229 B
CSS

#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;
}