Fix playlist icon padding on the homepage

This commit is contained in:
Elza Gelez 2019-02-27 18:14:59 +01:00
parent 908975fbf9
commit 3838cdb633
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export default {
.stripe p { .stripe p {
font-size: 120%; font-size: 120%;
} }
.list.icon { .ui.list .list.icon {
padding: 0; padding: 0;
} }
</style> </style>