From 9ba4ede6f0f18af43b1cd7b4aaeb4a173d321f7f Mon Sep 17 00:00:00 2001 From: Gregor Date: Fri, 20 Sep 2019 11:37:27 +0100 Subject: [PATCH] Restyle upvote button --- public/css/productPage.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/productPage.css b/public/css/productPage.css index 7619257..8036afc 100644 --- a/public/css/productPage.css +++ b/public/css/productPage.css @@ -28,9 +28,10 @@ .upvote-button { grid-area: button; - width: 5vw; - height: 5vw; + width: 10vw; + height: 10vw; font-size: 1.8em; + background-color: var(--lightblue); } .product-comment-card {