Skip to content

Commit

Permalink
docs: Adjust homepage responsive spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 23, 2023
1 parent d8a0c15 commit 796fd81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
margin-bottom: 30px;
}

@media screen and (max-width: 966px) {
@media screen and (max-width: 996px) {
.heroBanner {
padding: 2rem 0;
padding-bottom: 14rem;
margin-bottom: -12rem;
margin-bottom: -13rem;
}
}

Expand Down Expand Up @@ -79,7 +79,7 @@ html[data-theme='light'] .buttons :global(.button.button--secondary) {

@media only screen and (max-width: 768px) {
.logoWrapper {
margin-bottom: 15px;
margin-bottom: 20px;
}
.heroBanner {
padding: 1rem 0;
Expand Down

0 comments on commit 796fd81

Please sign in to comment.