From fb2db6ae96fef8ecc6af06f57ddbe1ad1cb9d593 Mon Sep 17 00:00:00 2001 From: svoboda200786 Date: Sat, 17 May 2025 10:17:54 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20public/style=5Falt.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/style_alt.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style_alt.css b/public/style_alt.css index 7f21cef..fbc0845 100644 --- a/public/style_alt.css +++ b/public/style_alt.css @@ -85,7 +85,7 @@ body { font-family: var(--font-main); background: var(--bg-gradient-dark) fixed; color: var(--text-light); - line-height: 1.5; + line-height: 2.5; height: 100vh; overflow: hidden; display: flex; @@ -319,7 +319,7 @@ i { } #user-info p { - margin: 0 0 5px 0; /* Уменьшен нижний отступ */ + margin: 0 10px 0 0; /* Уменьшен нижний отступ */ font-size: 0.9em; /* Уменьшен шрифт приветствия */ color: var(--text-muted); }