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:
Sabesh Rajendran
2019-08-14 23:39:49 +05:30
committed by Ian Sutherland
parent 4410f5ec30
commit 437b83f033

View File

@@ -33,6 +33,10 @@
white-space: nowrap;
}
.projectLogo {
display: block;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}