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

fix login cards

This commit is contained in:
Luke Pulverenti 2016-07-30 02:06:01 -04:00
parent a273215243
commit 3f92a4d396
3 changed files with 7 additions and 3 deletions

View file

@ -29,6 +29,10 @@
flex-wrap: wrap;
}
.vertical-wrap.centered {
justify-content: center;
}
.vertical-wrap .card {
contain: strict;
}