From d675375491289d883a85ca881d8c42732c1254ee Mon Sep 17 00:00:00 2001 From: Ian Wong Date: Wed, 31 May 2023 21:42:33 +0930 Subject: [PATCH] removed padding for right col --- styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles.css b/styles.css index 164d496..2ca41e1 100644 --- a/styles.css +++ b/styles.css @@ -88,12 +88,10 @@ button { } #rightCol { float: none; - padding-top: 50px; height:70%; } #leftCol { float: none; - height:30%; } #questionTxt,#answerTxt{