From 2a17e86ae983dee1fac2184170e8b8d05c5dc86c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 28 Jan 2024 03:55:11 -0500 Subject: [PATCH] update hero shortcode --- layouts/shortcodes | 2 +- static/css/theme.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes b/layouts/shortcodes index 1e39872..30eecfe 160000 --- a/layouts/shortcodes +++ b/layouts/shortcodes @@ -1 +1 @@ -Subproject commit 1e39872a80920b9295df36807376e3e11496ffe0 +Subproject commit 30eecfe770b684be6527bf1f3cf3827c0f396e07 diff --git a/static/css/theme.css b/static/css/theme.css index 5757a45..bd7bded 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -899,8 +899,8 @@ article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after { padding-top:1rem; } .hero img{ - max-width:25rem; - max-height:10vh; + max-height: 10rem; + max-width:40%; } .hero button{ background-color:var(--theme-color-secondary);