From 9fc32c8ec652fd4faacccf35c6e32188062c61b5 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 29 Aug 2019 11:46:09 +0200
Subject: [PATCH] Set profile text to center align.

---
 app/javascript/styles/qoto.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/javascript/styles/qoto.scss b/app/javascript/styles/qoto.scss
index 82fcde9dee..686ad3a008 100644
--- a/app/javascript/styles/qoto.scss
+++ b/app/javascript/styles/qoto.scss
@@ -61,3 +61,7 @@
 .account__section-headline {
     background-color: #e6ebf0!important;
 }
+
+.account__header__content {
+  text-align: center;
+}
-- 
GitLab