From 4755422e5e9d58d5fb0ca67e1f123efbc1375627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?= Date: Thu, 19 Oct 2023 18:07:29 +0200 Subject: [PATCH] fix: fix CSS issues - top mobile banner margin & border radius was incorrect - fix spacing issue in footer links --- scss/_off.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/scss/_off.scss b/scss/_off.scss index 02ede1c61751b..7f0b66b1c5c6d 100644 --- a/scss/_off.scss +++ b/scss/_off.scss @@ -1283,6 +1283,12 @@ $section-cyan: #008c8c; } } +// Top banner to download mobile app +#mobile-app-top-banner { + margin: 0; + border-radius: 0; +} + .footer_social_icon { height: 24px; vertical-align: middle; @@ -1463,6 +1469,17 @@ $section-cyan: #008c8c; } +// Contribute and discover footer + +#contribute_and_discover_links_block { + padding-left: 1rem; + padding-right: 1rem; + + p { + margin-bottom: 0.5rem; + } +} + // Title with Plus Jakarta Sans, according to brand guidelines .emphasized-title { font-family: "Plus Jakarta Sans", $font-family-sans-serif;