Skip to content

Commit

Permalink
improve code>pre style to fixed issue#15
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxpro committed Nov 16, 2015
1 parent 1b9a757 commit a1b6468
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions css/hux-blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ pre,
.table-responsive {
-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 500px) {
pre code {
display: block;
width: 500px;
}
pre code {
display: block;
width: auto;
white-space: pre;
word-wrap: normal;
}
.post-container a {
color: #337ab7;
Expand Down
Loading

0 comments on commit a1b6468

Please sign in to comment.