From 5eb2bf16a72b4883e9d5df963c149ecc1ca926f4 Mon Sep 17 00:00:00 2001 From: krishh1234 <72967549+krishh1234@users.noreply.github.com> Date: Fri, 16 Oct 2020 13:28:31 +0530 Subject: [PATCH] Changes in Colour and removing uneccesary comments --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6a5e2e8..bf269ab 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ } .wrapper > *{ - padding: 1em; + padding: 4em; } .company-info{ @@ -92,7 +92,7 @@ .alert{ text-align: center; padding:10px; - background:#79c879; + background:red; color:#fff; margin-bottom:10px; display:none;