From 05096a184a1b78b1aa0ea70a5582b49d52ba5577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Fri, 14 Aug 2026 13:44:02 +0300 Subject: [PATCH] Reduce top bar height (py-4->py-2, mb-6->mb-3); rebuild Tailwind CSS --- index.html | 4 ++-- style.css | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index d9ebd82..f0e32e2 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,9 @@ -
+
-
+

OTAMan SIM OTA with a Human Face v1.6.1

diff --git a/style.css b/style.css index a4948b3..cdb1ea1 100644 --- a/style.css +++ b/style.css @@ -1181,11 +1181,6 @@ video { padding-bottom: 0.625rem; } -.py-4 { - padding-top: 1rem; - padding-bottom: 1rem; -} - .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem;