Fix alignment of entry cards

This commit is contained in:
Mathias Biilmann Christensen 2016-11-11 17:22:18 -08:00
parent 32d5149511
commit 0eff4484d0

View File

@ -4,6 +4,7 @@
max-height: 290px;
width: 240px;
cursor: pointer;
margin-left: 15px;
}
.cardImage {
@ -17,5 +18,5 @@
.cardsGrid {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
margin-left: -15px;
}