# HG changeset patch # User Goffi # Date 1516565286 -3600 # Node ID 920f03abba53ba555ab8ec3112a187b376df500e # Parent 61bf2ae165773d713d7336ce67f3bbcc02d23b75 css (blog): min-height re-adjustment diff -r 61bf2ae16577 -r 920f03abba53 default/static/blog.css --- a/default/static/blog.css Sun Jan 21 20:26:15 2018 +0100 +++ b/default/static/blog.css Sun Jan 21 21:08:06 2018 +0100 @@ -6,7 +6,7 @@ border-style: solid none none; border-width: 1px; padding: 2%; - min-height: 7em; + min-height: 8em; max-height: 10em; overflow: hidden; transition: max-height 0.5s;