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; +}