Skip to content

Commit

Permalink
🐛 fix datapage heading padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Dec 8, 2023
1 parent 1876a8c commit c634943
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site/DataPageContent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit c634943

Please sign in to comment.