fixed row font-size:0 fix #19
This commit is contained in:
@@ -23,6 +23,8 @@ a:focus {
|
|||||||
font-size: 0;
|
font-size: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
|
.row > * {
|
||||||
|
font-size: 16px; }
|
||||||
|
|
||||||
.col-1 {
|
.col-1 {
|
||||||
padding-left: 0em;
|
padding-left: 0em;
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ $med-bp:1080px;
|
|||||||
font-size: 0;
|
font-size: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
>*{
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
%col-reset {
|
%col-reset {
|
||||||
|
|||||||
Reference in New Issue
Block a user