mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Show logo on mobile docs (#7521)
* Show logo for mobile views in create-react-app.dev * Update docusaurus/website/static/css/custom.css Co-authored-by: Sabesh Kumar Rajendran <sabrajendran@paypal.com>
This commit is contained in:
committed by
Ian Sutherland
parent
4410f5ec30
commit
437b83f033
@@ -33,6 +33,10 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.projectLogo {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user