From 032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 18 Mar 2023 19:42:37 +0900 Subject: feat(content): add /tags/ page --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index a813c21..2376133 100644 --- a/static/style.css +++ b/static/style.css @@ -185,7 +185,8 @@ h1 { font-weight: bold; } -article.post-entry { +.post-entry { + min-width: calc(min(900px, 100vw - 2rem)); background-color: #f5f5f5; border-radius: 10px; padding: 1.5rem; -- cgit v1.2.3-70-g09d2