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