From 2da72070c97fdff9f1cab24e67dda83483ebf7e3 Mon Sep 17 00:00:00 2001 From: xpeuvr327 <150825691+xpeuvr327@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:28:41 +0200 Subject: [PATCH] Update styles.css --- voctrainer/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voctrainer/styles.css b/voctrainer/styles.css index 7c34d9c..493f5dc 100644 --- a/voctrainer/styles.css +++ b/voctrainer/styles.css @@ -34,11 +34,11 @@ button:hover { background-color: #0056b3; } -#random-word-display, #quiz-questions, #quiz-results, #coach-message { +#random-word-display, #quiz-questions, #quiz-results, #learned-words-list { text-align: center; margin: 20px 0; } -#progress-section, #coach-section { +#progress-section, #learned-words-section { margin-top: 20px; }