From c634943d2feaaf4f540bafdb9b71f1879236e070 Mon Sep 17 00:00:00 2001 From: Ike Saunders Date: Tue, 5 Dec 2023 18:53:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20datapage=20heading=20paddi?= =?UTF-8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/DataPageContent.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/DataPageContent.scss b/site/DataPageContent.scss index 0311a74dc1e..34551f56c57 100644 --- a/site/DataPageContent.scss +++ b/site/DataPageContent.scss @@ -8,9 +8,14 @@ .header__wrapper { padding-top: 24px; padding-bottom: 24px; - @include sm-up { padding-top: 48px; + padding-bottom: 0; + } + } + + .header__left { + @include sm-up { padding-bottom: 40px; } }