Fix alignment of entry cards
This commit is contained in:
parent
32d5149511
commit
0eff4484d0
@ -4,6 +4,7 @@
|
|||||||
max-height: 290px;
|
max-height: 290px;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardImage {
|
.cardImage {
|
||||||
@ -17,5 +18,5 @@
|
|||||||
.cardsGrid {
|
.cardsGrid {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: space-around;
|
margin-left: -15px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user