vertically justify card front as space-between

This commit is contained in:
Alec Maier
2019-09-10 22:45:16 -04:00
parent 3263f9da3a
commit cb4a6869d2

View File

@@ -646,7 +646,7 @@ label {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;