From cb4a6869d2535fea1ff01ced2ad11a2aa3b60dea Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Tue, 10 Sep 2019 22:45:16 -0400 Subject: [PATCH] vertically justify card front as space-between --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index c60436b..62c93a2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -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%;