Skip to content

Commit

Permalink
Fix code overflow
Browse files Browse the repository at this point in the history
Code sections were taking too much space at the right.
  • Loading branch information
pat-laugh committed May 9, 2017
1 parent 57dc0fb commit 2b543d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _sass/jekyll-theme-slate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ p img {
}

pre, code {
width: 100%;
color: #222;
background-color: #fff;

Expand All @@ -169,7 +168,6 @@ pre, code {
}

pre {
width: 100%;
padding: 10px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
overflow: auto;
Expand Down Expand Up @@ -421,8 +419,6 @@ Small Device Styles
}

code, pre {
min-width: 320px;
max-width: 480px;
font-size: 11px;
}

Expand Down

0 comments on commit 2b543d6

Please sign in to comment.