removed background color of images

This commit is contained in:
Manish 2020-05-01 09:34:35 +10:00
parent edf1341952
commit ee275758d5

View File

@ -148,7 +148,7 @@ a:hover {
} }
img { img {
background-color: Teal; /* background-color: Teal; */
display: block; /*required for aligning image to center*/ display: block; /*required for aligning image to center*/
margin: auto; /*align image to center*/ margin: auto; /*align image to center*/
max-width: 100%; max-width: 100%;