From c9e1fd51453d0daa275160e88c176ecc697da88b Mon Sep 17 00:00:00 2001 From: kumpreeti <42280256+kumpreeti@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:30:51 +0530 Subject: [PATCH] Update style.css --- public/stylesheets/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8a10346..6cf1b70 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -148,12 +148,12 @@ a:hover { } #stripe ul { - padding: 26px; - text-align: left; + padding: 26px; + text-align: left; } #stripe a { - color: #2a1807; + color: #2a1807; display: block; font-weight: normal; font-family: Rosarivo, Arial, Sans-serif; @@ -163,7 +163,7 @@ a:hover { #stripe a:hover { background: rgba(255,255,255, .25); border-radius: 2px; - color: #e95d3d; + color: #e95d3d; }