Skip to content

Commit ee2f427

Browse files
authored
Fixed grid layout (#1094)
1 parent 3cd9d20 commit ee2f427

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/css/custom.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,6 @@ html[data-theme='dark'] {
172172
margin: 0 12px;
173173
}
174174

175-
.gridBlock > :first-child {
176-
margin-left: 0;
177-
}
178-
179-
.gridBlock > :last-child {
180-
margin-right: 0;
181-
}
182-
183175
.gridBlock .twoByGridBlock {
184176
flex: 1 0 40%;
185177
}

0 commit comments

Comments
 (0)