From 86c5893ded48275fb56ca3bd95484b509a73eb1e Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 23 Jun 2020 15:51:05 -0400 Subject: [PATCH] Add footer icon style to accomodate more footer icons --- resources/skins.citizen.styles/Footer.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/skins.citizen.styles/Footer.less b/resources/skins.citizen.styles/Footer.less index a80e494e..47a1d811 100644 --- a/resources/skins.citizen.styles/Footer.less +++ b/resources/skins.citizen.styles/Footer.less @@ -125,5 +125,11 @@ li { display: flex; // Horizontally aligned with there are two icons in the same li } + + a { + padding: 15px 10px; + display: flex; + align-items: center; + } } }