diff --git a/src/components/sections/ImageCards.astro b/src/components/sections/ImageCards.astro index b8fb4d4..f40517b 100644 --- a/src/components/sections/ImageCards.astro +++ b/src/components/sections/ImageCards.astro @@ -38,12 +38,7 @@ const { cards, styles, button_cards } = Astro.props; class="no-underline" target={button.url.startsWith("https") ? "_blank" : "_self"} > -
+
{button.text}
diff --git a/src/content/pages/whitepapers.md b/src/content/pages/whitepapers.md index 43fe615..a8e92c8 100644 --- a/src/content/pages/whitepapers.md +++ b/src/content/pages/whitepapers.md @@ -23,8 +23,8 @@ flow: - component: image_cards styles: container: gap-2 justify-center flex flex-wrap - button: my-4 - card: flex px-4 flex-col justify-between items-start rounded-2xl text-white bg-black aspect-square px-1 w-full max-w-[30ch] + button: my-4 max-w-[129px] + card: flex px-4 flex-col justify-between rounded-2xl text-white bg-black w-full max-w-[30ch] min-h-[450px] card_title: text-xl m-0 text-black font-normal image: w-full h-[10rem] max-w-full object-cover rounded-2xl cards: