🐞 fix: Adjust social icon styling

This commit is contained in:
Keith Solomon
2026-06-28 14:11:46 -05:00
parent a761c16802
commit 2399023286
7 changed files with 37 additions and 8 deletions
+3 -2
View File
@@ -103,8 +103,9 @@ $footerNav = ! empty( $locations['footer_navigation'] )
'views/partials/social-media',
null,
array(
'circle' => true,
'classes' => 'social-icons p-0 text-14px bg-white! text-cwc-blue-02! hover:opacity-80!',
'circle' => false,
'classes' => 'social-icons p-0 hover:opacity-80!',
'size' => '24',
)
);
?>