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%);