Skip to content

Commit ebfd4f3

Browse files
author
Florent Suc
committed
Added two more choices of column size: 40% and 60%
1 parent 8d3db01 commit ebfd4f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: scss/_grid.scss

+8
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,18 @@
118118
@include flex(0, 0, 33.3333%);
119119
max-width: 33.3333%;
120120
}
121+
.col-40 {
122+
@include flex(0, 0, 40%);
123+
max-width: 40%;
124+
}
121125
.col-50 {
122126
@include flex(0, 0, 50%);
123127
max-width: 50%;
124128
}
129+
.col-60 {
130+
@include flex(0, 0, 60%);
131+
max-width: 60%;
132+
}
125133
.col-66, .col-67 {
126134
@include flex(0, 0, 66.6666%);
127135
max-width: 66.6666%;

0 commit comments

Comments
 (0)