changeset 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 7108731be0b9
files default/static/blog.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;