メニューアイコン位置の修正

gh-pages
Rui 2018-03-22 14:35:27 +09:00
parent 370e832805
commit 4b554aabda
1 changed files with 4 additions and 5 deletions

View File

@ -36,17 +36,16 @@ header {
}
button {
// ( - ) / 2
// TODO:
$padding: calc(calc(#{$header-height} - 2em) / 2);
background: transparent;
border: none;
display: block;
font-size: inherit;
height: $header-height;
left: 0;
object-fit: contain;
padding: $padding;
position: absolute;
top: 0;
width: $header-height;
@include media-desktop {
display: none;