Skip to content

Commit

Permalink
fix: remove mx-auto of SectionCardBackgroundIntercalated
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 2, 2024
1 parent 0e3d5ca commit 642f9cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<ContentSection v-bind="hero">
<template #content>
<div class="m-0 grid grid-cols-1 md:grid-cols-2 gap-10 mx-auto md:pt-32">
<div class="m-0 grid grid-cols-1 md:grid-cols-2 gap-10 md:pt-32">
<div
v-for="({ label, title, image, alt }, index) in cards.cards"
:class="[index % 2 !== 0 && 'md:-mt-32']"
Expand Down

0 comments on commit 642f9cc

Please sign in to comment.