From 3afcef49a7e710729bef766d2ccecca52ec80132 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Wed, 29 Jan 2020 22:25:36 +0100 Subject: [PATCH] Show respect to the mobile overlords; align text center! --- src/templates/Create.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/Create.html b/src/templates/Create.html index b277f26..0633c4b 100644 --- a/src/templates/Create.html +++ b/src/templates/Create.html @@ -56,6 +56,7 @@ display: flex; justify-content: center; align-items: center; + text-align: center; height: 100vh; background-color: #dbeede; font-size: 1.5rem;