Skip to content

Commit

Permalink
位置を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 30, 2024
1 parent 229b0bc commit 646acf3
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions css/top.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@ padding: 50px 24px;
}

@media(min-width:1060px) {
#nav-open {
top: -65px;
}

.header-content-wrapper{
padding: 50px 50px;
}

}

#nav-open {
top: -100px;
}


.contents-rectangle {
display: none;
}

.section-top {
position: relative;
top: -80px;

z-index: -1;
}

Expand Down Expand Up @@ -78,6 +82,7 @@ padding: 50px 24px;
padding-left: 25px;
color: #212427;
line-height: 2em;
padding: 10px 0;

/*--tick-duration・--tick-delayの変数に値がある場合は変数の値が優先させる*/
&:nth-child(odd) {
Expand Down

0 comments on commit 646acf3

Please sign in to comment.