From c5c364faeaff2914ee9c44072453de328340c123 Mon Sep 17 00:00:00 2001 From: plebeius Date: Thu, 6 Nov 2025 11:43:31 +0100 Subject: [PATCH] adjust styling --- src/views/home/home.module.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/home/home.module.css b/src/views/home/home.module.css index d8b13367..9ed7da21 100644 --- a/src/views/home/home.module.css +++ b/src/views/home/home.module.css @@ -3,8 +3,8 @@ height: 100%; margin: auto; text-align: left; - width: 750px; - min-width: 750px; + width: 748px; + min-width: 748px; } .logo img { @@ -251,6 +251,7 @@ padding: 0.5em; padding-top: 0.25em; padding-bottom: 0; + line-height: 130%; } .boardsContent::after { @@ -286,10 +287,8 @@ } .nsfwBadge sup { - vertical-align: baseline; - position: relative; - top: -0.2em; - font-size: 85%; + vertical-align: text-bottom; + font-size: smaller; } .boardsColumn ul { @@ -349,7 +348,7 @@ @media (min-width: 640px) { .footer { border-top: 1px solid; - width: 750px; + width: 748px; display: inline-flex; justify-content: center; font-size: 12px;