From 18638f21b167954a0516ce058b157b7e7739e6e7 Mon Sep 17 00:00:00 2001 From: polarDefender Date: Thu, 23 May 2024 00:53:13 +0900 Subject: [PATCH] update style for static pages --- static/css/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 4bb3b69a..3b0e1bba 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -27,7 +27,7 @@ header { } main { - max-width: 500px; + max-width: 600px; width: 100%; margin-inline: auto; } @@ -182,6 +182,13 @@ a { .setup-header > h2 { margin-block-start: 20px; + padding: 0 20px; +} + +@media (max-width: 768px) { + .setup-header > h2 { + font-size: 24px; + } } .setup-header .header-title {