Fixed Service Cards Not Bing Centered

This commit is contained in:
2024-08-19 05:12:10 +01:00
parent ce0bcac88f
commit d73c6b567b
8 changed files with 29 additions and 22 deletions
@@ -9,7 +9,7 @@ const SocialMediaCards = () => {
const { t } = useTranslation();
return (
<div className="h-full flex lg:mt-20 flex-col flex-wrap xl:flex-row mx-4">
<div className="h-full flex lg:mt-20 flex-col flex-wrap xl:flex-row mx-4 gap-5">
<Card
title={t("services.cards.social.card1.title")}
description={t("services.cards.social.card1.description")}