diff --git a/public/css/style.scss b/public/css/style.scss index 1af158aa3..afe3c0bef 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -2379,6 +2379,17 @@ key { } .lobbyButtons{ grid-area: lobbyButtons; + display: flex; + flex-direction: column; + gap: 1rem; + justify-content: center; + .startTestButton{ + background: var(--main-color); + color: var(--bg-color); + &:hover{ + background: var(--text-color); + } + } } .currentSettings{ grid-area: currentsettings; @@ -2447,7 +2458,7 @@ key { .pageAccount { display: grid; - gap: 1rem; + gap: 1rem; .content { display: grid; diff --git a/public/index.html b/public/index.html index c3447f380..e9afa5303 100644 --- a/public/index.html +++ b/public/index.html @@ -3047,6 +3047,7 @@
+
Start test
Leave room
@@ -3145,9 +3146,6 @@ -