Skip to content

Commit

Permalink
fix: code margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 14, 2018
1 parent 9719bc3 commit 695440f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/default-theme/styles/mobile.styl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ $mobileSidebarWidth = $sidebarWidth * 0.82
@media (max-width: $MQMobileNarrow)
h1
font-size 1.9rem
pre, pre[class*="language-"]
margin 0.85rem -1.5rem
border-radius 0
.content:not(.custom)
padding 1.5rem
.content
pre, pre[class*="language-"]
margin 0.85rem -1.5rem
border-radius 0

0 comments on commit 695440f

Please sign in to comment.