فهرست منبع

Tightened up the bottom padding on playlist headers - distance to bottom border

Matt Toback 9 سال پیش
والد
کامیت
5407052e0c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/sass/pages/_playlist.scss

+ 1 - 1
public/sass/pages/_playlist.scss

@@ -118,7 +118,7 @@
 
 
 .playlist-column-header {
 .playlist-column-header {
   border-bottom: thin solid $gray-1;
   border-bottom: thin solid $gray-1;
-  padding-bottom: 10px;
+  padding-bottom: 3px;
   margin-bottom: 15px;
   margin-bottom: 15px;
 }
 }