Skip to content

Commit

Permalink
style: remove padding from card container, handled in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed May 30, 2024
1 parent cacf9ca commit a1ee544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CardContainer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface PersonProps {
}
---

<div class="flex flex-row items-start space-x-12 lg:px-24 xl:px-48">
<div class="flex flex-row items-start space-x-12">
<h2 class={`${color} [writing-mode:vertical-lr] rotate-180`}>{title}</h2>
<div class="flex flex-col space-y-20 flex-1">
{
Expand Down

0 comments on commit a1ee544

Please sign in to comment.