fixed row font-size:0 fix #19

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-28 10:27:59 +02:00
parent 4c4f6d698e
commit 09459bae88
2 changed files with 5 additions and 0 deletions
@@ -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 {