Ver Fonte

website on-the-githubs style

Artur Paikin há 8 anos atrás
pai
commit
bd53fddca9
1 ficheiros alterados com 9 adições e 4 exclusões
  1. 9 4
      website/themes/uppy/source/css/_stats.scss

+ 9 - 4
website/themes/uppy/source/css/_stats.scss

@@ -89,10 +89,15 @@
     }
     }
 
 
     abbr {
     abbr {
-      position: absolute;
-      right: 0;
-      float: left;
-      text-align: right;
+      display: block;
+      margin-bottom: 5px;
+
+      @media #{$screen-medium} {
+        display: inline;
+        float: right;
+        text-align: right;
+        margin-bottom: 0;
+      }
     }
     }
 
 
     a {
     a {