summaryrefslogtreecommitdiff
path: root/haunt/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/static/css/style.css')
-rw-r--r--haunt/static/css/style.css5
1 files changed, 3 insertions, 2 deletions
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. */