diff --git a/static/css/custom.css b/static/css/custom.css index 20f7911..3c0d18a 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -13,15 +13,7 @@ font-weight: normal; font-style: normal; } -body { - /* font-family: 'Fractal', sans-serif;*/ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; - max-width: 900px; - margin: 10 auto; - padding: 20px; - line-height: 1.6; - color: #333; - } + header { border-bottom: 2px solid #003366; padding-bottom: 10px; margin-bottom: 30px; } h1 { color: #003366; } h2 { color: #004080; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-top: 30px; } @@ -48,7 +40,14 @@ img { max-width: 100%; height: auto; display: block; margin: 20px auto; } /* background*/ body { /* margin: 0; */ - padding: 0; + /* font-family: 'Fractal', sans-serif;*/ + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; + max-width: 900px; + margin: 10 auto; + padding: 20px; + line-height: 1.6; + color: #333; + /* padding: 0; */ background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%); position: relative; min-height: 100vh;