ui: set mobile logo to 23px height (#453)

pull/454/head
panda 2 years ago committed by GitHub
parent bf8e6e95b9
commit 7c0301c3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,6 +81,7 @@ $nav-item-round-height = 32px
$nav-item-round-color = $primary-color $nav-item-round-color = $primary-color
$nav-item-round-border = 2px $nav-item-round-border = 2px
$nav-logo-height = 32px $nav-logo-height = 32px
$nav-logo-height-mobile = 23px
$header-layer-height = 100px $header-layer-height = 100px
$header-bg-width = 1920px $header-bg-width = 1920px

@ -66,11 +66,8 @@ $header-gap-mini-domain = ($header-bg-height-mini - $nav-item-height - $header-l
.header--mobile__domain .header--mobile__domain
display: block display: block
width: $nav-logo-width // no rem height: $nav-logo-height-mobile // no rem
height: $nav-logo-height // no rem margin-top: rem(10px)
margin-top: rem(5px)
+retina()
background-size: $nav-logo-width $nav-logo-height // no rem
img img
height: 100% height: 100%

Loading…
Cancel
Save