Center cards properly in the surrounding box

Otherwise the box is not centered in "Newest Upload" on the title page.
This commit is contained in:
Christoph Haas 2021-02-21 19:40:57 +01:00
parent 24718c14b7
commit 15d18d50c2

View file

@ -577,6 +577,9 @@ a.black
border: 1px solid #e0e0e0;
box-shadow: 0px 0px 5px 2px rgba(189,189,189,0.5);
padding: 5px;
// Center this card in the box
margin-left: auto;
margin-right: auto;
}
.pkgcard.unapproved {