mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2026-01-07 18:23:52 +00:00
Initial commit
This commit is contained in:
19
css/news.css
Normal file
19
css/news.css
Normal file
@@ -0,0 +1,19 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user