mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 02:53:32 +00:00
27 lines
378 B
CSS
27 lines
378 B
CSS
/*
|
|
news.css
|
|
altsource-viewer (https://github.com/therealFoxster/altsource-viewer)
|
|
|
|
Copyright (c) 2023 Foxster.
|
|
MIT License.
|
|
*/
|
|
|
|
#main {
|
|
padding-top: 5.5rem;
|
|
}
|
|
|
|
#news {
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
.news-item-wrapper {
|
|
margin-bottom: 2.5em;
|
|
}
|
|
|
|
.news-item-wrapper:last-of-type {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.news-item-wrapper .item {
|
|
margin-bottom: 1rem !important;
|
|
} |