Skip to content

Commit

Permalink
common.cssとprofile.css
Browse files Browse the repository at this point in the history
common.css
目次の文字を拡大

profile.css
ハンバーガーメニューを表示
  • Loading branch information
juliecogley committed Mar 13, 2024
1 parent ac7910d commit ddb3427
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion common.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,16 @@ body {
bottom: -30px;
}


#nav-content ul li a {

font-size: 3.2rem;
line-height:6.4rem;
font-weight: 600;

}
.nav-drawer__link-top {
padding: 15px 56px;
}
}


Expand Down
5 changes: 3 additions & 2 deletions profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
margin: 0 auto;
}

#nav-open{
top: -144px;



}
.section-works1__title {
max-width: 327px;
/*327px+24+24=375px*/
Expand Down

0 comments on commit ddb3427

Please sign in to comment.