Skip to content

Commit

Permalink
Update bidangEksekutif.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Herlin6 committed Nov 30, 2024
1 parent 04b9228 commit 5d6c263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/home/components/bidangEksekutif.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ export const BidangEksekutif = () => {
</div>

<div className="flex flex-col-reverse min-[1300px]:flex-row mt-3 mb-3 justify-center items-center">
<div className="flex flex-wrap justify-center items-center gap-4 min-[1300px]:w-1/2 mt-4 mb-4">
<div className="flex flex-wrap justify-center items-center gap-4 min-[1300px]:w-1/2 min-[1420px]:w-50 mt-4 mb-4 xl:p-0 sm:p-24 p-6">
{dataEksekutif.map((item, index) => (
<div
key={index}
className={`card-eksekutif text-black ${
index % 3 === 0
? "bg-dark-blue text-white lg:bg-dark-blue lg:text-white"
: "text-black"
} border-bidang-eksekutif p-4 shadow-lg w-full min-[1300px]:w-80 leading-8 tracking-normal h-full`}
} border-bidang-eksekutif p-4 shadow-lg w-full min-[1300px]:w-60 leading-8 tracking-normal h-full`}
data-aos="zoom-in"
data-aos-duration={duration(index)}
>
Expand All @@ -41,7 +41,7 @@ export const BidangEksekutif = () => {
<img
src={item.icon}
alt="icon"
className={`w-12 h-full ${
className={`w-10 h-full ${
index % 3 === 0 ? "filter-dark-blue" : ""
}`}
/>
Expand All @@ -53,7 +53,7 @@ export const BidangEksekutif = () => {
))}
</div>

<div className="lg:w-2/5 mt-4 mb-4">
<div className="lg:w-2/5 w-2/3 mt-4 mb-4">
<img
src={img}
alt="Keluarga Cemara"
Expand Down

0 comments on commit 5d6c263

Please sign in to comment.