Initial commit

This commit is contained in:
foxster-mp4
2023-04-27 20:27:37 -07:00
commit d35389cc9a
18 changed files with 1468 additions and 0 deletions

19
css/news.css Normal file
View 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;
}