Update README and enhance quiz layout for improved responsiveness

This commit is contained in:
2025-01-28 17:12:04 +02:00
parent 92c128a342
commit 7cf61a1cef
3 changed files with 5 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ form button {
justify-content: center;
align-items: center;
padding: 20px;
width: 100%; /* Ensure chart takes full width */
}
#question-block {
@@ -110,6 +111,7 @@ form button {
justify-content: center;
align-items: center;
padding: 20px;
width: 100%; /* Ensure question block takes full width */
}
@media (min-width: 768px) {