Browse Source

Add styles for badges in footer

Bee Hudson 1 năm trước cách đây
mục cha
commit
b466b51e97
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      static/css/base.css

+ 8 - 0
static/css/base.css

@@ -252,4 +252,12 @@
     .console * {
         color: inherit;
     }
+
+    /* Footer badges */
+    .badges * {
+        @apply inline-block;
+    }
+    .badges img {
+        width: 88px;
+    }
 }