@@ -62,7 +62,7 @@ By default Flex Box Grid have 12 columns.
6262- Content should be placed within columns with classes <code >.X-n, .S-n, .M-n, .L-n, .XL-n</code > where n is columns number from 1 to 12 (by default).
6363- Columns create gutters (gaps between column content) via padding. That padding is offset in rows for the first and last column via negative margin on <code >.row</code >, by default it's 10px.
6464
65- <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/base-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/base-L.jpg " width =" 307px " alt =" Laptop " >
65+ <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/base-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/base-L.jpg " width =" 307px " alt =" Laptop " >
6666
6767``` html
6868<div class =" container" >
@@ -81,7 +81,7 @@ Media queries is a basis of any Responsive Grid System. To change column behavio
8181
8282As example column with <code >.M6</code > class will be halfwidth until the window width becomes equal to 768px or less matching <code >$screen--M</code >.
8383
84- <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/media-queries.png " width =" 500 " alt =" Areas " >
84+ <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/media-queries.png " width =" 500 " alt =" Areas " >
8585
8686Predefined break points:
8787``` scss
@@ -115,7 +115,7 @@ To change column content behavior...
115115
116116Wanna different behavior on multiple devices? Try to mix columns.
117117
118- <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/mixin-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/mixin-L.jpg " width =" 307px " alt =" Laptop " >
118+ <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/mixin-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/mixin-L.jpg " width =" 307px " alt =" Laptop " >
119119
120120``` html
121121<div class =" container" >
@@ -137,7 +137,7 @@ You can mix any number of different grid classes
137137
138138Grid columns can be nested one into another.
139139
140- <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/nesting-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/nesting-L.jpg " width =" 307px " alt =" Laptop " >
140+ <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/nesting-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/nesting-L.jpg " width =" 307px " alt =" Laptop " >
141141
142142``` html
143143<div class =" container" >
@@ -163,7 +163,7 @@ Grid columns can be nested one into another.
163163
164164Move columns right using <code >--offsetN</code > suffix on grid classes. These will increase left indent of a column. As example <code >.M--offset2</code > moves <code >.M6</code > block over 2 columns.
165165
166- <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/offsetting-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/offsetting-L.jpg " width =" 307px " alt =" Laptop " >
166+ <img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/offsetting-M.jpg " width =" 90px " alt =" Mobile " ><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/offsetting-L.jpg " width =" 307px " alt =" Laptop " >
167167
168168``` html
169169<div class =" container" >
@@ -186,8 +186,8 @@ Move columns right using <code>--offsetN</code> suffix on grid classes. These wi
186186Grid columns order can be changed in any way with <code >--orderN</code > suffix.
187187You can change swap blocks position on different devices. No need to duplicate blocks anymore.
188188
189- <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/reordering-M.jpg " width="90px"
190- alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/reordering-L.jpg " width =" 307px " alt =" Laptop " >
189+ <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/reordering-M.jpg " width="90px"
190+ alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/reordering-L.jpg " width =" 307px " alt =" Laptop " >
191191
192192``` html
193193<div class =" container" >
@@ -208,8 +208,8 @@ alt="Mobile"><img src="https://raw.githubusercontent.com/godban/flex-box-grid/ma
208208
209209Well, hard to say what for, but columns can be also reversed with <code >N--reverse</code >
210210
211- <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/reversing-M.jpg " width="90px"
212- alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/reversing-L.jpg " width =" 307px " alt =" Laptop " >
211+ <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/reversing-M.jpg " width="90px"
212+ alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/reversing-L.jpg " width =" 307px " alt =" Laptop " >
213213
214214``` html
215215<div class =" container" >
@@ -237,8 +237,8 @@ alt="Mobile"><img src="https://raw.githubusercontent.com/godban/flex-box-grid/ma
237237
238238There is predefined classes for horizontal alignment with <code class =" line-sass-class " >--start</code >, <code class =" line-sass-class " >--center</code >, <code class =" line-sass-class " >--end</code >.
239239
240- <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/aligning-horizontal-M.jpg " width="90px"
241- alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/aligning-horizontal-L.jpg " width =" 307px " alt =" Laptop " >
240+ <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/aligning-horizontal-M.jpg " width="90px"
241+ alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/aligning-horizontal-L.jpg " width =" 307px " alt =" Laptop " >
242242
243243``` html
244244<div class =" container" >
@@ -262,8 +262,8 @@ alt="Mobile"><img src="https://raw.githubusercontent.com/godban/flex-box-grid/ma
262262There is also predefined classes for vertical alignment with <code class =" line-sass-class " >--top</code >, <code class =" line-sass-class " >--middle</code >, <code class =" line-sass-class " >--bottom</code >.
263263Also you can do full height stretch with <code >N--stretch</code >.
264264
265- <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/aligning-vertical-M.jpg " width="90px"
266- alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/aligning-vertical-L.jpg " width =" 307px " alt =" Laptop " >
265+ <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/aligning-vertical-M.jpg " width="90px"
266+ alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/aligning-vertical-L.jpg " width =" 307px " alt =" Laptop " >
267267
268268``` html
269269<div class =" container" >
@@ -292,8 +292,8 @@ alt="Mobile"><img src="https://raw.githubusercontent.com/godban/flex-box-grid/ma
292292
293293Another helpful feature can be distribution columns space between or around columns.
294294
295- <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/distribution-between-M.jpg " width="90px"
296- alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/distribution-between-L.jpg " width =" 307px " alt =" Laptop " >
295+ <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/distribution-between-M.jpg " width="90px"
296+ alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/distribution-between-L.jpg " width =" 307px " alt =" Laptop " >
297297
298298``` html
299299<div class =" container" >
@@ -308,8 +308,8 @@ alt="Mobile"><img src="https://raw.githubusercontent.com/godban/flex-box-grid/ma
308308
309309#### <a name =" distributionAround " ></a >Around
310310
311- <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/distribution-around-M.jpg " width="90px"
312- alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/demo /images/distribution-around-L.jpg " width =" 307px " alt =" Laptop " >
311+ <img src="https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/distribution-around-M.jpg " width="90px"
312+ alt="Mobile"><img src =" https://raw.githubusercontent.com/godban/flex-box-grid/master/docs /images/distribution-around-L.jpg " width =" 307px " alt =" Laptop " >
313313
314314``` html
315315<div class =" container" >
0 commit comments