From aab4bd1dd51b69c0d28aada4f5fd80d058237c49 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 18 Nov 2024 22:26:37 +0100 Subject: Increased max image height, heading anchor tag to monospace --- assets/css/vars.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/css/vars.css') diff --git a/assets/css/vars.css b/assets/css/vars.css index 9a6584f..995cf2e 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -53,7 +53,7 @@ /* Content */ --content-height: calc(100vh - var(--footer-height)); - --figure-img-max-height: 500px; + --figure-img-max-height: 800px; /* Tables */ --table-cell-padding: .5rem; @@ -75,4 +75,4 @@ --social-icons-bottom-margin: 0rem; --caption-padding: calc(2 * var(--main-padding)); } -} +} \ No newline at end of file -- cgit v1.2.3