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