Skip to content

Commit

Permalink
chore($style): add missing px
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 17, 2019
1 parent fcb212a commit 745b9fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lib/components/TheHeaderNavbar.vue
Expand Up @@ -131,7 +131,7 @@ $lineHeight = $navbarHeight - ($gutter * 2)
&.fixed
position fixed
background-color $navbarColor
@media (max-width $MQMobile - 1)
@media (max-width $MQMobile - 1px)
.navbar-links
background-color $navbarColor
.navbar-site-name
Expand All @@ -150,12 +150,12 @@ $lineHeight = $navbarHeight - ($gutter * 2)
z-index 100
.icon
fill $accentColor
@media (max-width $MQMobile - 1)
@media (max-width $MQMobile - 1px)
display inline
@media (min-width $MQMobile)
display none
.navbar-links
@media (max-width $MQMobile - 1)
@media (max-width $MQMobile - 1px)
&.show
display block
display none
Expand All @@ -182,7 +182,7 @@ $lineHeight = $navbarHeight - ($gutter * 2)
&:hover
&.router-link-active
border-bottom 2px solid $accentColor
@media (max-width $MQMobile - 1)
@media (max-width $MQMobile - 1px)
display block
@media (min-width $MQMobile)
display inline-block
Expand Down
4 changes: 2 additions & 2 deletions lib/components/TheMain.vue
Expand Up @@ -78,7 +78,7 @@ export default {
margin 1rem auto
.aside
position relative
@media (max-width $MQMobile - 1)
@media (max-width $MQMobile - 1px)
margin 0.5rem auto
&:not(.show-aside)
.main
Expand All @@ -102,7 +102,7 @@ export default {
.aside
float left
padding-left 1rem
@media (max-width $MQMobile - 1)
@media (max-width $MQMobile - 1px)
.main
width 100%
.aside
Expand Down

0 comments on commit 745b9fd

Please sign in to comment.