Skip to content

Commit

Permalink
tweek styles
Browse files Browse the repository at this point in the history
  • Loading branch information
parker23b committed Oct 10, 2024
1 parent 86ddae7 commit 0be93ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/LargeCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { cards, styles } = Astro.props;
---

<ul
class:list={["list-none flex flex-col flex-wrap gap-28", styles?.container]}
class:list={["list-none flex flex-col flex-wrap gap-16", styles?.container]}
>
{
cards.map(
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/nxp.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ flow:
- component: image_cards
styles:
container: mx-auto flex justify-around
card: w-[50ch] text-center
card: w-[50ch] text-center flex flex-col justify-end
cards:
- text: "NXP i.MX9, i.MX8 and i.MX6 Series:"
image:
Expand Down

0 comments on commit 0be93ef

Please sign in to comment.