소스 검색

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…
취소
저장