From ecf07b27e0d858305870f69a298bc64249efcb17 Mon Sep 17 00:00:00 2001 From: masterpmi Date: Fri, 24 Jul 2026 10:21:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20static/css/custom.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 5b8fa30..e62fb05 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -42,9 +42,9 @@ body { /* margin: 0; */ font-family: 'Fractal', sans-serif; /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */ - max-width: 900px; - margin: 0 auto; - padding: 20px; + max-width: 1000px; + margin: 20px auto; + padding: 60px; line-height: 1.6; color: #333; background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);