Skip to content

Commit 753fe63

Browse files
committed
fix: padding instead of margin
1 parent ce240e7 commit 753fe63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ body {
6161

6262
.region {
6363
transition: color 0.2s;
64-
margin-top: 0.5rem;
65-
margin-bottom: 0.5rem;
64+
padding-top: 0.5rem;
65+
padding-bottom: 0.5rem;
6666
}
6767
.layers {
6868
padding: 0.5rem;

0 commit comments

Comments
 (0)