aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
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;