commit 12e29627985d85f38b831686c20ec45244618204 parent 32e707ccf16f01db2863ce5a1dcfe149917bd6aa Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Sun, 23 Aug 2020 19:26:03 -0700 Fix congratulation message margins. Diffstat:
| M | Styles/Quizzer.css | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Styles/Quizzer.css b/Styles/Quizzer.css @@ -46,7 +46,7 @@ height: 25px; } -/* Feedback */ +/* Feedback and Congrats*/ #quizzerFeedback { margin-top: 15px; } @@ -54,3 +54,6 @@ text-decoration-line: underline; cursor: pointer; } +#quizzerCongrats { + margin-top: 15px; +} +\ No newline at end of file