diff --git a/web/template/syzoj/problem.php b/web/template/syzoj/problem.php index 31b72b6..0da7d57 100644 --- a/web/template/syzoj/problem.php +++ b/web/template/syzoj/problem.php @@ -86,6 +86,19 @@ if ($pr_flag) { color: #3d4d66; } + .problem-title.ui.header { + font-size: 2.4rem; + line-height: 1.35; + font-weight: 700; + margin-bottom: 0; + } + + @media (max-width: 767px) { + .problem-title.ui.header { + font-size: 1.9rem; + } + } + @@ -93,7 +106,7 @@ if ($pr_flag) {