From 50d06cc817dfaa87d8d37a0a51fdc5420d4eb53f Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Sun, 30 May 2021 22:35:12 +0200 Subject: [PATCH] change username --- frontend/src/styles.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 057c44d..7cf16ef 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -56,10 +56,11 @@ body { align-items: center; .username { - font-size: 14px; + font-size: 20px; font-weight: 500; margin-bottom: 0; display: flex; + margin-left: 5px; justify-content: center; align-items: center; } @@ -109,3 +110,7 @@ body { } } } + +.modal-footer{ + display: block; +}