Skip to content

Commit 059efdf

Browse files
author
jacquesbach
committed
margin left & right gridstack
1 parent 3c6489a commit 059efdf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

static/css/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
max-width: 1400px;
2020
margin: 0 auto;
2121
padding: 20px;
22+
overflow-x: hidden;
2223
}
2324

2425
.header {
@@ -157,7 +158,12 @@
157158
box-shadow 0.2s ease,
158159
transform 0.15s ease;
159160
}
160-
161+
162+
.grid-stack {
163+
margin-left: -20px;
164+
margin-right: -20px;
165+
}
166+
161167
.grid-stack-item-content {
162168
overflow-x: hidden;
163169
overflow-y: auto;

0 commit comments

Comments
 (0)