diff --git a/static/css/custom.css b/static/css/custom.css index da5415b..20f7911 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -17,7 +17,7 @@ body { /* font-family: 'Fractal', sans-serif;*/ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; max-width: 900px; - margin: 0 auto; + margin: 10 auto; padding: 20px; line-height: 1.6; color: #333; @@ -47,7 +47,7 @@ img { max-width: 100%; height: auto; display: block; margin: 20px auto; } /* ------------------------------------------------------------------ */ /* background*/ body { - margin: 0; + /* margin: 0; */ padding: 0; background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%); position: relative;