Skip to content

Commit 8eda46e

Browse files
committed
added padding to all direct child elements of main. resolves #200
1 parent 782ef0d commit 8eda46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/styles/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ main {
4242
box-sizing: border-box;
4343
}
4444

45-
main section {
45+
main > *:not(dialog) {
4646
padding: 0 1em;
4747
}
4848

0 commit comments

Comments
 (0)