Skip to content

Commit

Permalink
Set proper fullwidth for <pre>
Browse files Browse the repository at this point in the history
Fixes #59
  • Loading branch information
saki7 committed Nov 16, 2017
1 parent fc735c4 commit 71dbdb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/kunai/site/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ div[itemtype="http://schema.org/Article"] {
div[itemprop="articleBody"] {
.codehilite > pre, & > pre {
overflow-x: auto;
width: 100%;
box-sizing: border-box;

color: #444;
font-size: .9rem;
Expand Down

0 comments on commit 71dbdb6

Please sign in to comment.