diff --git a/src/back/routes/common/footer.css b/src/back/routes/common/footer.css index 5618c0a..4b40f7d 100644 --- a/src/back/routes/common/footer.css +++ b/src/back/routes/common/footer.css @@ -55,12 +55,16 @@ footer { 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; + } } } }