grids : overflow-x --> overflow
This commit is contained in:
parent
625fc83418
commit
c4e527e513
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
/* grids inspired from SUIT https://github.com/suitcss/suit */
|
||||
|
||||
.grid {overflow-x: hidden;}
|
||||
.grid {overflow: hidden;}
|
||||
.grid > * {
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* www.KNACSS.com V2.7 (2013-08) @author: Raphael Goetter, Alsacreations
|
||||
* www.KNACSS.com V2.7b (2013-08) @author: Raphael Goetter, Alsacreations
|
||||
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
||||
*/
|
||||
|
||||
|
@ -342,7 +342,7 @@ img.left, img.right {
|
|||
|
||||
/* grids inspired from SUIT https://github.com/suitcss/suit */
|
||||
|
||||
.grid {overflow-x: hidden;}
|
||||
.grid {overflow: hidden;}
|
||||
.grid > * {
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue