From d20657a67d3cc1b0bb9c319750e4f7cc78376228 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 2 May 2020 03:29:53 +0200
Subject: [PATCH] Uniformize bio style between Hall and Game

---
 client/src/components/UserBio.vue | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/client/src/components/UserBio.vue b/client/src/components/UserBio.vue
index 1a86b671..b8a2d41f 100644
--- a/client/src/components/UserBio.vue
+++ b/client/src/components/UserBio.vue
@@ -127,10 +127,13 @@ export default {
   max-width: 500px
   max-height: 100%
 
-.buttons > button
-  margin-bottom: 0
+.buttons
+  text-align: center
+  & > button
+    margin-bottom: 0
 
 h3
+  text-align: center
   margin-bottom: 5px
 
 textarea
-- 
2.44.0