diff --git a/template-components/cards/page-card.css b/template-components/cards/page-card.css index d21f0e6..8cdd9c8 100644 --- a/template-components/cards/page-card.css +++ b/template-components/cards/page-card.css @@ -1,10 +1,12 @@ .page-card { - @apply p-6 shadowed my-4 bg-white rounded-2xl; - + @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; &__title { - @apply !text-2xl font-bold text-secondary; + @apply !text-2xl font-bold text-secondary !my-0; } &__cta { - @apply hidden; + } + &__page-cover-illustration { + @apply rounded-2xl; } } diff --git a/template-components/cards/page-card.php b/template-components/cards/page-card.php index 5507905..d3413b3 100644 --- a/template-components/cards/page-card.php +++ b/template-components/cards/page-card.php @@ -1,18 +1,18 @@ '; -print_r($args); -echo ''; ?>
-

-

- - - - - - + <?php echo $args['coverIllustration']['alt'] ?> +
+

+

+ + + + + + +
\ No newline at end of file