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:
parent
24718c14b7
commit
15d18d50c2
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue