From 94f0883fec8581a78ac41aa29c5c52bdbc0c5a38 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 24 Aug 2021 15:20:48 -0700 Subject: [PATCH] Center text in addition to aligning --- css/open.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/open.css b/css/open.css index 25f3930..326c8ec 100644 --- a/css/open.css +++ b/css/open.css @@ -54,6 +54,7 @@ limitations under the License. .OpeningClientView { display: flex; align-items: center; + text-align: center; flex-direction: column; margin: 0; }