removed background color of images

This commit is contained in:
Manish
2020-05-01 09:34:35 +10:00
parent edf1341952
commit ee275758d5
+1 -1
View File
@@ -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%;