aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-18 19:42:37 +0900
committernsfisis <nsfisis@gmail.com>2023-03-18 19:42:37 +0900
commit032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8 (patch)
tree0909d231d62f43f3d2a3b7e1bd9dddf3a7be365e /static
parent1301f9d35cec5d24b772518b1daa7ffe15684525 (diff)
downloadblog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.tar.gz
blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.tar.zst
blog.nsfisis.dev-032dc3c5e6d0ef84a9f4ea6be10e19b7f43c53b8.zip
feat(content): add /tags/ page
Diffstat (limited to 'static')
-rw-r--r--static/style.css3
1 files changed, 2 insertions, 1 deletions
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;