Flexbox: add link to tutorial and removes whitespace before colon
This commit is contained in:
parent
37150f2ec0
commit
f93f2af058
1 changed files with 18 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
/* flexbox layout */
|
/* flexbox layout
|
||||||
|
Tutorial: http://knacss.com/demos/tutoriel.html#flex */
|
||||||
.flex {
|
.flex {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
|
|
Loading…
Reference in a new issue