Skip to content

Commit

Permalink
fix hljs padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 7, 2017
1 parent 7f9bc41 commit 1c51c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nuxt/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
position: relative;
background-color: #f9f9f9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
padding: 0 0 1em 1em;
padding: 1em 1em 1em 1em;
margin-bottom: 1em;
}

Expand Down

0 comments on commit 1c51c9d

Please sign in to comment.