From 25d1676273ab299cfb63f62e0b8a531b8154066d Mon Sep 17 00:00:00 2001 From: Francesco Improta Date: Tue, 19 Nov 2024 15:26:26 +0100 Subject: [PATCH] fix: footer inner elements size --- src/scss/custom/_footer.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/scss/custom/_footer.scss b/src/scss/custom/_footer.scss index 2de3670fa6..bfac3d1b31 100644 --- a/src/scss/custom/_footer.scss +++ b/src/scss/custom/_footer.scss @@ -1,5 +1,9 @@ .it-footer { - font-size: 1rem; + + h4, ul, li, p { + font-size: 1rem; + } + a { color: $white; &:hover {