Skip to content

Commit

Permalink
Show logo on mobile docs (#7521)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and iansu committed Aug 14, 2019
1 parent 4410f5e commit 437b83f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/website/static/css/custom.css
Expand Up @@ -33,6 +33,10 @@
white-space: nowrap;
}

.projectLogo {
display: block;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}

Expand Down

0 comments on commit 437b83f

Please sign in to comment.