diff --git a/base.css b/base.css index c692b12..1f0db9c 100644 --- a/base.css +++ b/base.css @@ -33,6 +33,7 @@ main{ position: fixed; top: 0; width: 100%; + height: 68px; z-index: 100; border-style: solid; border-width: 0 0 2px; @@ -40,7 +41,7 @@ main{ .home-button, .sort-button{ display: inline-block; width: 84px; - height: 62px; + height: 66px; overflow: hidden; text-align: center; } @@ -114,7 +115,7 @@ main{ } .menu a{ display: block; - padding: 20px 18px; + padding: 24px 16px; } .hmb{ cursor: pointer;