瀏覽代碼

Adding background-position: center; to .hero-area in style.css for better responsive behavior

tags/v1.0.0
Odair Trujillo 4 年之前
父節點
當前提交
39253d7bc9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      assets/css/style.css

+ 2
- 1
assets/css/style.css 查看文件

@@ -436,6 +436,7 @@ a:hover {

.hero-area {
background-size: cover;
background-position: center;
height: 100vh;
position: relative;
display: flex;
@@ -2277,4 +2278,4 @@ figcaption {
display: block;
}

/*# sourceMappingURL=maps/style.css.map */
/*# sourceMappingURL=maps/style.css.map */

Loading…
取消
儲存