Skip to content

Commit 84e6dd2

Browse files
authored
fix(website): mobile scroll on homepage announcement (#8193)
1 parent aa7d81d commit 84e6dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/pages/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ html[data-theme='dark'] .topBannerTitleText {
9494
@media only screen and (max-width: 768px) {
9595
.topBannerDescription {
9696
font-size: 16px;
97+
white-space: normal;
9798
}
9899
}
99100

0 commit comments

Comments
 (0)