Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 437b83f

Browse files
GrooChuSabesh Kumar Rajendran
authored andcommittedAug 14, 2019
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 <[email protected]>
1 parent 4410f5e commit 437b83f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docusaurus/website/static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
white-space: nowrap;
3434
}
3535

36+
.projectLogo {
37+
display: block;
38+
}
39+
3640
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
3741
}
3842

0 commit comments

Comments
 (0)
Please sign in to comment.