Skip to content

Commit f64e67f

Browse files
futurGHGerrit0
authored andcommitted
Prevent gap at top of sidebar on 1024px wide display
1 parent c75f44f commit f64e67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ a.tsd-index-link {
911911
margin-right: 0.8rem;
912912
}
913913

914-
@media (min-width: 1024px) {
914+
@media (min-width: 1025px) {
915915
.col-content {
916916
margin: 2rem auto;
917917
}

0 commit comments

Comments
 (0)