From 7e3a8a5aaab8ee300289aacfa550c8bef5be180d Mon Sep 17 00:00:00 2001 From: viveksantayana Date: Wed, 1 Dec 2021 00:48:05 +0000 Subject: [PATCH] Finessing display on index and instruction pages --- ref-test/quiz/static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ref-test/quiz/static/css/style.css b/ref-test/quiz/static/css/style.css index b955c42..4206d29 100644 --- a/ref-test/quiz/static/css/style.css +++ b/ref-test/quiz/static/css/style.css @@ -9,6 +9,15 @@ body { width: 100%; } +.button-container { + margin: 2rem auto; + width: fit-content; +} + +.instruction-container { + margin: 2rem auto; +} + .site-footer { background-color: lightgray; font-size: small;