Skip to content

Commit bec8817

Browse files
committed
Add general padding to columns as well
1 parent bfc1207 commit bec8817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
}
99

1010
.notion > *,
11-
.notion-page > * {
11+
.notion-page > *,
12+
.notion-column > * {
1213
padding: 3px 0px;
1314
}
1415

0 commit comments

Comments
 (0)