Skip to content

Commit 918eb7d

Browse files
committed
style: gaps 💩
1 parent 2eee705 commit 918eb7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/index.css‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ body {
4747
#regions {
4848
padding: 0.5rem;
4949
flex-grow: 1;
50-
gap: 1rem;
5150
overflow-y: scroll;
5251
display: flex;
5352
flex-direction: column;
@@ -62,6 +61,8 @@ body {
6261

6362
.region {
6463
transition: color 0.2s;
64+
margin-top: 0.5rem;
65+
margin-bottom: 0.5rem;
6566
}
6667
.layers {
6768
padding: 0.5rem;

0 commit comments

Comments
 (0)