Fix image background width things

main
Ashelyn Dawn 3 years ago
parent c57d8a01ba
commit b568c2b0a9

@ -14,6 +14,13 @@
align-items: center;
}
.imageContainer {
display: flex;
flex-direction: column;
align-items: center;
}
.card {
max-height: 250px;
min-height: 0px;

Loading…
Cancel
Save