update hero shortcode

This commit is contained in:
Gabriel 2024-01-28 03:55:11 -05:00
parent f6c652641e
commit 2a17e86ae9
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1e39872a80920b9295df36807376e3e11496ffe0 Subproject commit 30eecfe770b684be6527bf1f3cf3827c0f396e07

View file

@ -899,8 +899,8 @@ article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {
padding-top:1rem; padding-top:1rem;
} }
.hero img{ .hero img{
max-width:25rem; max-height: 10rem;
max-height:10vh; max-width:40%;
} }
.hero button{ .hero button{
background-color:var(--theme-color-secondary); background-color:var(--theme-color-secondary);