Skip to content

Commit 3c764e2

Browse files
committed
fix mobile homepage
1 parent 12ce232 commit 3c764e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/overrides/home.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
}
1313

1414
/* Hide markdown area */
15-
.md-main {
16-
visibility: hidden;
17-
height: 0;
15+
.md-main__inner {
16+
margin: 0;
1817
}
1918

20-
.md-main * {
19+
.md-content {
2120
display: none;
2221
}
2322
</style>

0 commit comments

Comments
 (0)