浏览代码

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;