diff --git a/template-components/cards/page-card.css b/template-components/cards/page-card.css index 8cdd9c8..edee98b 100644 --- a/template-components/cards/page-card.css +++ b/template-components/cards/page-card.css @@ -1,6 +1,8 @@ .page-card { @apply relative py-6 px-16 shadowed my-4 bg-white rounded-2xl grid gap-12 justify-center items-center; - grid-template-columns: 120px 1fr; + @screen sm { + grid-template-columns: 120px 1fr; + } &__title { @apply !text-2xl font-bold text-secondary !my-0; }