Browse Source

fix: Size of the image in about and contact is fixed

Marcelo Fornet 5 years ago
parent
commit
9e42759dfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layout/about-and-contact.html

+ 1 - 1
layout/about-and-contact.html

@@ -11,7 +11,7 @@
 	}
 
 	#img-banner {
-		width: auto;
+		width: 100%;
 		height: 100%;
 		-o-object-fit: cover;
 		object-fit: cover;