From f96c3f71f6c8be30a333fcce69b4d1896953aab2 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 28 Aug 2022 11:42:19 -0400 Subject: [i-love-my-pinephone] Final cut + publish --- haunt/static/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'haunt/static/css/style.css') diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 930ef02..6dbbe4e 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -121,6 +121,7 @@ a:link, a:visited { color: #00E; text-decoration: none; } figure > img { display: block; + max-height: 600px; max-width: 90%; margin: auto; @@ -310,9 +311,9 @@ button { /* Folded sections. */ .fold-hidden { - height: 45px; + height: 300px; overflow: hidden; - mask-image: linear-gradient(to bottom, black 0%, transparent 100%); + mask-image: linear-gradient(to bottom, black 0%, black 80%, transparent 100%); } /* Styles specific to the "about" page. */ -- cgit v1.3