From 77ba05e407d2864b20f407e2672d97c2e05f74e2 Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Wed, 25 Dec 2024 11:05:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D1=81=D0=BC=D0=B5=D1=82=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=B5=20=D0=B8=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F:=20=D1=83=D0=B2?= =?UTF-8?q?=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D0=BB=20=D1=88=D1=80=D0=B8=D1=84?= =?UTF-8?q?=D1=82,=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B6=D0=B8=D1=80?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D1=88=D1=80=D0=B8=D1=84=D1=82=20=D0=B2=20?= =?UTF-8?q?=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/fields.css | 2 +- static/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/static/fields.css b/static/fields.css index e4193b6..9f0f441 100644 --- a/static/fields.css +++ b/static/fields.css @@ -7,7 +7,6 @@ } .tabs-btn { text-decoration: none; - font-size: 18px; border: none; padding: 10px 25px; text-align: center; @@ -87,6 +86,7 @@ .settings-set-container th { text-align: left; + font-weight: normal; padding-right: 1em; } .settings-set-container td { diff --git a/static/style.css b/static/style.css index 9a72143..289852b 100644 --- a/static/style.css +++ b/static/style.css @@ -53,6 +53,13 @@ body { margin: 0.5em; } +/* увеличение размера шрифтов */ + +* { font-size: large; } +h1 { font-size: xxx-large; } +h2 { font-size: xx-large; } +h3 { font-size: larger; } + /* ========== MAIN STYLES ========== */ .value-good {