mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
Indexer cards consistent height
This commit is contained in:
parent
de911005cb
commit
2a12b051bc
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
||||||
|
|
||||||
.card;
|
.card;
|
||||||
|
|
||||||
min-width: 220px;
|
width: 220px;
|
||||||
|
height: 260px;
|
||||||
|
padding: 10px 15px;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
Loading…
Reference in a new issue