From f35d3d5bdd2d4be5e3721b7e44224229aa865b0d Mon Sep 17 00:00:00 2001 From: V47VANSH <72152137+V47VANSH@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:19:16 +0530 Subject: [PATCH] Update style.css --- public/stylesheets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index babee12..b9ff5e1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -33,7 +33,7 @@ a { } #cardDetail > * { - width: 100%; + width: 80%; padding-left: 15px; } @@ -41,7 +41,7 @@ a { height: 70px; line-height: 70px; background-color: #f2f2f2; - color: black; + color: red; font-weight: bold; font-size: 20px; margin-bottom: 40px; @@ -176,4 +176,4 @@ a { #illustratorName { color: #266ad2; -} \ No newline at end of file +}