feat: change selected blogs to switch to card form on small screens

This commit is contained in:
2026-02-18 14:54:07 -06:00
parent e52d85f931
commit 44bd1e4810
5 changed files with 15 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ interface Props {
const { title, subTitle, primaryBtn, primaryBtnURL, secondaryBtn, secondaryBtnURL, src, alt } = Astro.props;
const roundedClasses = Astro.props.rounded ? "rounded-xl" : null;
const roundedClasses = Astro.props.rounded ? "rounded-2xl" : null;
---
<section class="mx-auto grid max-w-340 gap-4 px-4 py-14 sm:px-6 md:grid-cols-2 md:items-center md:gap-8 lg:px-8 2xl:max-w-full">