Small css small to available songs list

This commit is contained in:
gballan1 2016-11-29 18:00:33 -05:00
parent 8e8a71d71a
commit 5dc1bcc792
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,7 @@
.now-playing-list,
.music-list ol
margin-left: 15px
margin-right: 15px
+margin(10px 15px null 10px)
color: $text-color
li

View File

@ -635,8 +635,9 @@ body {
.now-playing-list,
.music-list ol {
margin-left: 15px;
margin-top: 10px;
margin-right: 15px;
margin-left: 10px;
color: #212121; }
.now-playing-list li,
.music-list ol li {