diff --git a/themes/buha/assets/css/article.css b/themes/buha/assets/css/article.css index 8177d842..03467e0b 100644 --- a/themes/buha/assets/css/article.css +++ b/themes/buha/assets/css/article.css @@ -5,6 +5,7 @@ article { padding: 1rem; margin-bottom: 2rem; border-radius: 10px; + align-items: stretch; } #articletitle h2 { @@ -62,7 +63,6 @@ article #readmore { display: flex; flex-direction: column-reverse; margin-left: .3rem; - align-items: stretch; } #article_footer {