mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
fix(website): mobile scroll on homepage announcement (#8193)
This commit is contained in:
parent
aa7d81d7bf
commit
84e6dd2473
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ html[data-theme='dark'] .topBannerTitleText {
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
.topBannerDescription {
|
.topBannerDescription {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue