From cd201c33d205a4631f661424f34b80a70ad333cf Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 16 Nov 2023 22:04:00 +0000 Subject: [PATCH] Use media element child nav-bar element padding-top and padding-bottom --- main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index e27ed1a..0a16165 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS */ -/* Version: 11.1.1-alpha.3 */ +/* Version: 11.1.1-alpha.4 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -262,7 +262,8 @@ strong { height: 35px; font-size: 12px; line-height: 0%; - padding-top: 15px; + padding-top: 8px; + padding-bottom: 8px; overflow: auto; white-space: nowrap; }