diff --git a/src/back/routes/common/footer.css b/src/back/routes/common/footer.css index 5618c0a..c0b6997 100644 --- a/src/back/routes/common/footer.css +++ b/src/back/routes/common/footer.css @@ -51,16 +51,19 @@ footer { .footer__social_media_icons { display: flex; flex-flow: row wrap; - gap: 8px; flex-grow: 1; justify-content: space-between; - svg { - width: 24px; - height: 24px; + a { + padding: 2px 8px; - * { - fill: var(--color-brand-text-on-accent) !important; + svg { + width: 24px; + height: 24px; + + * { + fill: var(--color-brand-text-on-accent) !important; + } } } }