Skip to content

Commit 09aa616

Browse files
futurGHGerrit0
authored andcommitted
Fix sidebar section spacing on mobile
1 parent f64e67f commit 09aa616

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

static/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,9 @@ blockquote {
483483
.has-menu .col-menu {
484484
visibility: visible;
485485
transform: translate(0, 0);
486-
display: grid;
487-
align-items: center;
488-
grid-template-rows: auto 1fr;
489-
grid-gap: 1.5rem;
486+
display: flex;
487+
flex-direction: column;
488+
gap: 1.5rem;
490489
max-height: 100vh;
491490
padding: 1rem 2rem;
492491
}

0 commit comments

Comments
 (0)