diff --git a/static/css/theme.css b/static/css/theme.css index 77108bd..22f966b 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -255,21 +255,17 @@ article h1 {} margin: 1rem; padding: 25px; border-radius: 25px; - font-size:14px; + font-size:18px; + width:360px; } .post>* { - margin: 15px; } .post h2 { text-align: center; } -.post p,.post h2 { - max-width: 460px; -} - .post-image { height: 15rem; background-position: top center; @@ -281,9 +277,10 @@ article h1 {} display:flex; flex-direction: row; flex-wrap: wrap; + font-size:12px; } .post-tags a { - margin: 5px; + margin: 2px; } .tag {