Skip to content

Commit 43997ef

Browse files
committed
remove the gap between the panels
1 parent 93440b1 commit 43997ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body {
4343
}
4444
#middle {
4545
background-color: var(--bgcolor, lightblue);
46-
column-gap: 12px;
46+
column-gap: 0px;
4747
display: flex;
4848
flex-direction: row;
4949
flex-wrap: wrap;

0 commit comments

Comments
 (0)