Fix the aspect ratio fix

This commit is contained in:
j433866 2019-03-20 10:52:00 +00:00
parent d9fdae9175
commit 757176727d
1 changed files with 2 additions and 2 deletions

View File

@ -52,6 +52,7 @@
line-height: 30px;
background-color: var(--primary-background-colour);
flex-direction: row;
padding-left: 10px;
}
.io-card.card:hover {
@ -68,8 +69,7 @@
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
padding: 10px;
padding-right: 0px;
padding: 0px;
}