Explorar el Código

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

Marcelo Fornet hace 5 años
padre
commit
9e42759dfc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;