diff --git a/resources/css/blocks/content-page-header.css b/resources/css/blocks/content-page-header.css index 88eef09..e5f7e83 100644 --- a/resources/css/blocks/content-page-header.css +++ b/resources/css/blocks/content-page-header.css @@ -9,8 +9,21 @@ &__page-icon { @apply hidden md:block; height: fit-content; + /* default */ max-height: 400px; max-width: 400px; + &--small { + max-height: 300px; + max-width: 300px; + } + &--medium { + max-height: 400px; + max-width: 400px; + } + &--large { + max-height: 500px; + max-width: 500px; + } } &__cta-link { @apply text-neutral-900 font-bold mt-1 block;