From 54d2a02f7effae1eb3d0ebe244427a2e83fed77a Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sun, 9 Jul 2023 11:31:15 +0530 Subject: [PATCH] footer: Minor adjustments. --- web/styles/portico/footer.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/styles/portico/footer.css b/web/styles/portico/footer.css index 5078c90b2f..7839242a3c 100644 --- a/web/styles/portico/footer.css +++ b/web/styles/portico/footer.css @@ -43,10 +43,12 @@ text-transform: uppercase; border-bottom: 0; margin-bottom: 0; + margin-block-start: 0; + margin-block-end: 0; } .footer__section ul { - margin: 28px 0 0; + margin: 20px 0 28px; display: flex; flex-direction: column; align-items: flex-start; @@ -83,7 +85,7 @@ } .footer__legal { - margin: 24px 0 5px; + margin: 12px 0 5px; padding: 0 52px; border-top: 1px solid hsl(0deg 0% 100% / 10%);