diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index f3622df..95e827b 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -67,6 +67,16 @@ footer { a { @apply block; } + + .social-networks-links { + @apply flex gap-2; + + .social-icon { + @apply w-full h-auto; + + max-width: 48px; + } + } } }