mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 19:13:33 +00:00
19 lines
229 B
CSS
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;
|
|
} |