From cbd1f6df7b0b9e9f303916ab886e24ed023ef673 Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Fri, 31 May 2024 19:38:57 +0100 Subject: [PATCH] add styles for article list h2 mobile --- main/templates/assets/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/templates/assets/style.css b/main/templates/assets/style.css index 2b2c1f9..ba45e58 100644 --- a/main/templates/assets/style.css +++ b/main/templates/assets/style.css @@ -92,7 +92,9 @@ input[type="submit"]:hover { margin-bottom: 16px; font-size: 32px; } -#article +@media (max-width: 1000px) { + #articles .article-list-title a { font-size: 28px; } +} #articles .article-list-title a { color: black; } #articles h1 { margin-bottom: 8px; } #articles h2 {