Skip to content

Commit

Permalink
fix(website): mobile scroll on homepage announcement (#8193)
Browse files Browse the repository at this point in the history
  • Loading branch information
maliMirkec authored Oct 12, 2022
1 parent aa7d81d commit 84e6dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ html[data-theme='dark'] .topBannerTitleText {
@media only screen and (max-width: 768px) {
.topBannerDescription {
font-size: 16px;
white-space: normal;
}
}

Expand Down

0 comments on commit 84e6dd2

Please sign in to comment.