Skip to content

Commit c744e48

Browse files
committed
add new grid
1 parent f9564a1 commit c744e48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/grid.scss

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
.show-1-3 {
99
flex-basis: 100%;
1010
}
11+
.show-1-4 {
12+
flex-basis: 100%;
13+
}
1114
.show-2-4 {
1215
flex: 0 1 calc(50% - .5rem);
1316
}
@@ -19,6 +22,9 @@
1922
.show-1-3 {
2023
flex: 0 1 calc(33% - .75rem);
2124
}
25+
.show-1-4 {
26+
flex: 0 1 calc(25% - .75rem);
27+
}
2228
.show-2-4 {
2329
flex: 0 1 calc(25% - .75rem);
2430
}

0 commit comments

Comments
 (0)