Skip to content

Commit

Permalink
원래 노멀 비디오로 돌아옴.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalnim committed Sep 12, 2024
1 parent c9325c7 commit aca3758
Show file tree
Hide file tree
Showing 4 changed files with 506 additions and 40 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ footer .copyright__wrapp {
}

.header__wrapper {
height: auto; /* 자동 높이 조정 */
padding-top: 1rem;
height: 800px;
padding-top: 10rem;
/*
background: url(../images/home/hero-bg.svg) center top no-repeat;
background-size: 100%
Expand All @@ -566,13 +566,13 @@ footer .copyright__wrapp {


@media (max-width: 992px) {
.header__wrapper { height: auto; }
.header__wrapper { height: 500px; }
.header__wrapper .thumnail { height: 500px !important; }
.d-hide{ display: block !important}
.m-hide{ display: none !important}
}
@media (max-width: 576px) {
.header__wrapper { height: auto;padding-top: 1rem; }
.header__wrapper { height: 450px;padding-top: 7rem; }
.header__wrapper .thumnail { height: 450px !important; }
}
.app__btn img {
Expand Down
Binary file modified assets/images/home/Screen_Record.mp4
Binary file not shown.
Binary file removed assets/images/home/Screen_Record1.mp4
Binary file not shown.
Loading

0 comments on commit aca3758

Please sign in to comment.