Skip to content

Commit

Permalink
style(sidebar): enhance the sidebar's bottom gutter. (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz authored and yyx990803 committed Apr 18, 2018
1 parent bc2366d commit 196f23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/default-theme/Sidebar.vue
Expand Up @@ -88,12 +88,12 @@ function resolveOpenGroupIndex (route, items) {
font-size 1.1em
padding 0.5rem 0 0.5rem 1.5rem
.sidebar-links
margin-top 1.5rem
padding 1.5rem 0
@media (max-width: $MQMobile)
.sidebar
.nav-links
display block
.sidebar-links
margin-top 1rem
padding 1rem 0
</style>

0 comments on commit 196f23e

Please sign in to comment.