fix(website): mobile scroll on homepage announcement (#8193)

This commit is contained in:
Silvestar Bistrović 2022-10-12 18:24:36 +02:00 committed by GitHub
parent aa7d81d7bf
commit 84e6dd2473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,7 @@ html[data-theme='dark'] .topBannerTitleText {
@media only screen and (max-width: 768px) {
.topBannerDescription {
font-size: 16px;
white-space: normal;
}
}