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; } }