adjust styling

This commit is contained in:
plebeius
2025-11-06 11:43:31 +01:00
parent eedb0fa08e
commit c5c364faea
+6 -7
View File
@@ -3,8 +3,8 @@
height: 100%; height: 100%;
margin: auto; margin: auto;
text-align: left; text-align: left;
width: 750px; width: 748px;
min-width: 750px; min-width: 748px;
} }
.logo img { .logo img {
@@ -251,6 +251,7 @@
padding: 0.5em; padding: 0.5em;
padding-top: 0.25em; padding-top: 0.25em;
padding-bottom: 0; padding-bottom: 0;
line-height: 130%;
} }
.boardsContent::after { .boardsContent::after {
@@ -286,10 +287,8 @@
} }
.nsfwBadge sup { .nsfwBadge sup {
vertical-align: baseline; vertical-align: text-bottom;
position: relative; font-size: smaller;
top: -0.2em;
font-size: 85%;
} }
.boardsColumn ul { .boardsColumn ul {
@@ -349,7 +348,7 @@
@media (min-width: 640px) { @media (min-width: 640px) {
.footer { .footer {
border-top: 1px solid; border-top: 1px solid;
width: 750px; width: 748px;
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: center;
font-size: 12px; font-size: 12px;