Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
xpeuvr327 authored Oct 9, 2024
1 parent ea22e8d commit 2da7207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voctrainer/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 2da7207

Please sign in to comment.