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 0d27299 commit 3b62ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ footer .copyright__wrapp {
}

.header__wrapper {
height: 1800px;
min-height: 100vh; /* 최소 높이를 뷰포트 높이로 설정 */
height: auto; /* 자동 높이 조정 */
padding-top: 1rem;
/*
background: url(../images/home/hero-bg.svg) center top no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<body>
<main>
<!-- Header wrapper start -->
<section class="header__wrapper py-5 position-relative" style="background: #F4F8FB;">
<section class="header__wrapper py-5 position-relative" style="background: red;">
<div class="container position-relative z-3">
<div class="text-center">
<h1 class="text-black fw-bold display-3 hero_title" data-aos="fade-up" data-aos-delay="0">Just one video? Seriously?</h1>
Expand Down

0 comments on commit 3b62ad7

Please sign in to comment.