From 798f378224b056dd918325ce964f611bdc87bbf6 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 20 Mar 2021 16:32:20 -0600 Subject: [PATCH] Center the text in the boxes --- web/src/components/PastQuestions.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/PastQuestions.vue b/web/src/components/PastQuestions.vue index 99e2004..43feb29 100644 --- a/web/src/components/PastQuestions.vue +++ b/web/src/components/PastQuestions.vue @@ -88,6 +88,7 @@ export default { justify-content: center; align-items: center; border-radius: 7px; + text-align: center; display: flex; margin: 5px; width: 40%;