Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
little improvement in inline code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 23, 2015
1 parent 3362c0b commit 1a0c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/modules/_prism.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pre[class*="language-"] {

/* Inline code */
:not(pre) > code {
padding: .2em;
padding: .1rem .2rem;
border-radius: .3em;
white-space: normal;
}
Expand Down

0 comments on commit 1a0c6db

Please sign in to comment.