Skip to content

Commit

Permalink
Fix aesthetics of footer social icons
Browse files Browse the repository at this point in the history
The footer social icons were previously small, crowded, and difficult
to see in dark mode. This commit updates the styling to make the footer
icons more visually appealing.
  • Loading branch information
kiancross committed Dec 27, 2024
1 parent 8cc5f42 commit f9e3836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/footers/GalleryFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The height of the footer is always the natural height
of its child elements
-->
<div id="home_socials" class="w-full" v-if="footerData.footer_show_social_media">
<div id="home_socials" class="w-full text-muted-color text-base space-x-2" v-if="footerData.footer_show_social_media">
<a
v-if="footerData.sm_facebook_url !== ''"
:href="footerData.sm_facebook_url"
Expand Down

0 comments on commit f9e3836

Please sign in to comment.