Skip to content

Commit

Permalink
Merge pull request #88 from LikeLionHGU/header-yeonju
Browse files Browse the repository at this point in the history
mobile 전체 크기 수정
  • Loading branch information
playoh authored Jan 14, 2025
2 parents 98a174c + 95f3993 commit fa3977a
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions styles/header.css/hd.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ color: #F9C756;
text-decoration: none;
}

@media screen and (max-width: 749px) {
@media screen and (max-width: 449px) {
#header_navigation {
display: none;
}
Expand All @@ -108,7 +108,7 @@ color: #F9C756;
}
}

@media screen and (min-width: 750px) {
@media screen and (min-width: 450px) {
#header_navigation {
display: inline-block;
}
Expand Down Expand Up @@ -140,31 +140,3 @@ color: #F9C756;
}
}

/*
body {
margin: 0;
overflow: hidden;
}
#heart {
cursor: pointer;
}
.heart {
position: absolute;
width: 30px;
height: 30px;
animation: fall 3s linear infinite;
}
@keyframes fall {
0% {
transform: translateY(0) scale(0.5);
opacity: 1;
}
100% {
transform: translateY(100vh) scale(1.5);
opacity: 0;
}
}
*/

0 comments on commit fa3977a

Please sign in to comment.