Skip to content
Snippets Groups Projects
Verified Commit 9616ffb9 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat: update contact page layout to allow for responsive social media links

- Changed the class of the social media links container from "flex align-center justify-center" to "flex flex-wrap align-center justify-center" for improved responsiveness.
parent 7f7d55a5
No related branches found
No related tags found
No related merge requests found
Pipeline #1079 passed
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
{{ __('contact.contact_me_on_one_of_my_social_media') }} {{ __('contact.contact_me_on_one_of_my_social_media') }}
</div> </div>
<div class="flex align-center justify-center gap-4 mt-4"> <div class="flex flex-wrap align-center justify-center gap-4 mt-4">
@foreach(\App\Models\SocialMediaLink::all() as $socialMediaLink) @foreach(\App\Models\SocialMediaLink::all() as $socialMediaLink)
<x-public.button tag="a" :href="$socialMediaLink->url" class="flex items-center gap-2" <x-public.button tag="a" :href="$socialMediaLink->url" class="flex items-center gap-2"
size="medium"> size="medium">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment