Обновить static/css/custom.css

This commit is contained in:
masterpmi 2026-07-24 09:56:28 +03:00
parent 91026a4a6c
commit 0dde0787cb

View File

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