File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ storiesOf('Grid', module)
2929 } ) ) . add ( 'Offset' , ( ) => ( {
3030 template : `
3131 <ca-layout wrap>
32- <ca-flex col="xs10" offset="xs1">
32+ <ca-flex col="xs10 sm10 md10 lg10 xl10 " offset="xs1 sm1 md1 lg1 xl1 ">
3333 <ca-tile style="background: #1867c0"/>
3434 </ca-flex>
3535
36- <ca-flex col="xs6" offset="xs4">
36+ <ca-flex col="xs6 sm6 md6 lg6 xl6 " offset="xs4 sm4 md4 lg4 xl4 ">
3737 <ca-tile style="background: #5cbbf6"/>
3838 </ca-flex>
3939
40- <ca-flex col="xs4" offset="xs2">
40+ <ca-flex col="xs4 sm4 md4 lg4 xl4 " offset="xs2 sm2 md2 lg2 xl2 ">
4141 <ca-tile style="background: #1867c0"/>
4242 </ca-flex>
4343
44- <ca-flex col="xs3" offset="xs3">
44+ <ca-flex col="xs3 sm3 md3 lg3 xl3 " offset="xs3 sm3 md3 lg3 xl3 ">
4545 <ca-tile style="background: #4caf50"/>
4646 </ca-flex>
4747
You can’t perform that action at this time.
0 commit comments