From 77b441eb5ef4acba734bcc634c5fe2acd5781835 Mon Sep 17 00:00:00 2001 From: Van Duc Le <121172468+yucyle@users.noreply.github.com> Date: Thu, 23 Nov 2023 22:11:25 -0600 Subject: [PATCH] Update Submit Button's Font Size & Problem Info Padding's (#97) --- resources/problem.scss | 2 +- resources/widgets.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/problem.scss b/resources/problem.scss index b3a21a1..d10c50e 100644 --- a/resources/problem.scss +++ b/resources/problem.scss @@ -424,7 +424,7 @@ ul.problem-list { height: 25px; width: 98%; display: table; - padding: 5px; + padding: 5px 10px; margin-top: 14px; border: solid; border-color: black; diff --git a/resources/widgets.scss b/resources/widgets.scss index ea9096c..fb20dec 100644 --- a/resources/widgets.scss +++ b/resources/widgets.scss @@ -834,6 +834,7 @@ button:hover, button:focus { -ms-transition: all 0.3s ease; transition: all 0.3s ease; span { + font-size: 15px; margin-left: -20px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;