Skip to content

Commit c8e5afd

Browse files
committed
fix: fix css max-width query
1 parent df193b9 commit c8e5afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: example/static/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ div.sidebar a {
182182
border-radius: 2px;
183183
}
184184

185-
@media (max-width: 768px) {
185+
@media (max-width: 1024px) {
186186
div.sidebar {
187187
float: none;
188188
width: 100%;
@@ -224,4 +224,4 @@ div.sidebar a {
224224
.item-table .item-desc * {
225225
margin-left: 20px;
226226
}
227-
}
227+
}

0 commit comments

Comments
 (0)