From 56de5e6dbc8e7ec906d39738a7836a1e51f4c982 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 16 Nov 2023 22:48:11 +0000 Subject: [PATCH] Update CSS "main" from version 11.1.0 to 11.1.1 --- main.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.css b/main.css index 7d00533..b4044c9 100644 --- a/main.css +++ b/main.css @@ -1,10 +1,9 @@ /* Inferencium - Website - CSS */ +/* Version: 11.1.1 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 11.1.0 */ - /* Body */ body { @@ -258,22 +257,23 @@ strong { overflow-x: scroll; } - nav { + .nav-bar { width: 100vw; height: 35px; - font-size: 12px; + font-size: 10px; line-height: 0%; - padding-top: 20px; + padding-top: 8px; + padding-bottom: 8px; overflow: auto; white-space: nowrap; } - nav div { + .nav-bar div { font-size: min(max(7vw, 20px), 30px); display: inline-block; } - nav img, nav .title { + .nav-bar img, .nav-bar .title { display: none; }