diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-28 11:42:19 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-08-28 11:43:08 -0400 |
| commit | f96c3f71f6c8be30a333fcce69b4d1896953aab2 (patch) | |
| tree | d10f378e226d5c81c6172faa65082852154b79c7 /haunt/static/css/style.css | |
| parent | 6e029ff9edb5ceb55de6ac1fa3c9cb66e13e71db (diff) | |
[i-love-my-pinephone] Final cut + publish
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 5 |
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. */ |