소스 검색

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

Marcelo Fornet 5 년 전
부모
커밋
9e42759dfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;