Browse Source

fixed row font-size:0 fix #19

Bachir Soussi Chiadmi 7 years ago
parent
commit
09459bae88

+ 2 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css

@@ -23,6 +23,8 @@ a:focus {
   font-size: 0;
   white-space: nowrap;
   position: relative; }
+  .row > * {
+    font-size: 16px; }
 
 .col-1 {
   padding-left: 0em;

+ 3 - 0
sites/all/themes/custom/edlptheme/assets/styles/base/_grid.scss

@@ -11,6 +11,9 @@ $med-bp:1080px;
   font-size: 0;
   white-space: nowrap;
   position: relative;
+  >*{
+    font-size: 16px;
+  }
 }
 
 %col-reset {