Skip to content

Commit 782bc8b

Browse files
authored
Merge pull request #4 from askadityapandey/main
css for mobile
2 parents 6509ea8 + 8e3b4b1 commit 782bc8b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.docusaurus/registry.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.docusaurus/routesChunkNames.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
"/docs/chesslore-12c": {
8686
"__comp": "__comp---theme-doc-item-178-a40",
87-
"content": "content---docs-about-3-d-8-538"
87+
"content": "content---docs-chesslore-3-d-8-46e"
8888
},
8989
"/docs/contribute-897": {
9090
"__comp": "__comp---theme-doc-item-178-a40",

src/css/custom.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,13 @@ footer {
6363
}
6464
#Layer_1 {
6565
border-radius: 50%;
66-
}
66+
}
67+
@media (max-width: 768px) {
68+
.navbar-sidebar {
69+
display: none;
70+
}
71+
}
72+
@media (max-width: 768px) {
73+
.clean-btn{
74+
display: none;
75+
}}

0 commit comments

Comments
 (0)