From ee275758d576370f84797fa1ec5ac38f57fb1081 Mon Sep 17 00:00:00 2001 From: Manish Date: Fri, 1 May 2020 09:34:35 +1000 Subject: [PATCH] removed background color of images --- website/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/css/main.css b/website/css/main.css index 6703b6d..f9555d7 100644 --- a/website/css/main.css +++ b/website/css/main.css @@ -148,7 +148,7 @@ a:hover { } img { - background-color: Teal; +/* background-color: Teal; */ display: block; /*required for aligning image to center*/ margin: auto; /*align image to center*/ max-width: 100%;