Skip to content

Commit

Permalink
docs: change front page hero banner padding for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Feb 7, 2024
1 parent 086cefd commit 345fceb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/HomepageHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ html[data-theme="light"] .heroBanner {
flex-direction: column;
gap: 0.75rem;
}
html[data-theme="dark"] .heroBanner {
padding: 9.5rem 0;
}
html[data-theme="light"] .heroBanner {
padding: 9.5rem 0;
}
}

.frontTitle {
Expand Down

0 comments on commit 345fceb

Please sign in to comment.