More styling fixes

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-05 18:52:14 -05:00
parent 7357d6ee71
commit b2e60e7ba3
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,10 @@ a {
justify-content: center;
}
.footer.box {
width: 97%;
}
.leaderboard.box p {
line-height: 1.1em;
}
@ -194,6 +198,7 @@ table.trending-images img {
.meme-body.box {
padding-left: 2%;
padding-right: 2%;
padding-bottom: 1em;
}
.meme.box h1 {
@ -226,5 +231,7 @@ table.trending-images img {
div.references p {
width: 50%;
margin-top: 0;
margin-bottom: 0;
float: left;
}