1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update metadata refresh

This commit is contained in:
Luke Pulverenti 2016-04-08 14:32:38 -04:00
parent f3e8cf9567
commit 2e9653b4ca

View file

@ -45,13 +45,13 @@
} }
.cardBox { .cardBox {
margin: 5px; margin: 4px;
} }
@media all and (max-width: 500px) { @media all and (max-width: 500px) {
.cardBox { .cardBox {
margin: 2px; margin: 3px;
} }
} }