From a315b9033ae6aefeb0d9d42f0f4cda7e6f68e765 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 19 May 2026 20:04:41 +0300 Subject: [PATCH] style: reduce font size on mobile (body 13px, tables 11px) Co-Authored-By: Claude Sonnet 4.6 --- frontend/index.html | 2 +- frontend/styles.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index aaf9655..9393dac 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ АСУ Инвентаризация - +
diff --git a/frontend/styles.css b/frontend/styles.css index 9db46c7..d6688b0 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -179,13 +179,17 @@ td.inv-col, th.inv-col { max-width: 120px; } + body { + font-size: 13px; + } + .card-body { padding: 8px; } .table td, .table th { - font-size: 12px; - padding: 4px 3px; + font-size: 11px; + padding: 3px 2px; } /* byAud table: fixed layout so Название/Расположение get more space */