Skip to content

Commit e251ac4

Browse files
committed
style: less spacing top and bottom of list
1 parent 9230f7b commit e251ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/style/inverted-style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
/* overflow: scroll; */
4646
scrollbar-width: none;
4747
-ms-overflow-style: none;
48-
padding: calc(25vh - 56px) 0;
48+
/* padding: calc(25vh - 56px) 0; */
49+
padding: 56px 0;
4950
}
5051
&::-webkit-scrollbar {
5152
display: none;

0 commit comments

Comments
 (0)