From df80486f4509a3de7cba1ae7b9d6d37a7bafd3c4 Mon Sep 17 00:00:00 2001 From: Sanjit Joseph Date: Wed, 30 Nov 2022 22:01:24 -0800 Subject: [PATCH] Decrease create button size --- source/static/homepage.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/static/homepage.css b/source/static/homepage.css index a9e01c6..1daf72f 100644 --- a/source/static/homepage.css +++ b/source/static/homepage.css @@ -94,14 +94,16 @@ img#create-btn { padding-left: 2.5%; padding-right: 2.5%; cursor: pointer; - width: 15%; - height: 15%; + width: 10%; + height: 10%; } img#create-btn-invis { opacity: 0%; - width: 15%; - height: 15%; + padding-left: 2.5%; + padding-right: 2.5%; + width: 10%; + height: 10%; } .review-container {