Mercurial > libervia-templates
diff default/static/blog.css @ 101:920f03abba53
css (blog): min-height re-adjustment
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Jan 2018 21:08:06 +0100 |
parents | 61bf2ae16577 |
children | b12de12e2e5b |
line wrap: on
line diff
--- 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;