remove unused styles and fix code overflow

This commit is contained in:
Marco Biedermann 2015-02-27 15:42:42 +01:00
parent a09901226a
commit 84567321b6

View File

@ -3,14 +3,7 @@
} }
* { * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
&:before,
&:after {
box-sizing: border-box;
}
} }
-moz-::selection, -moz-::selection,
@ -96,6 +89,9 @@ blockquote {
code { code {
font-family: $font-family-code, $font-family-code-fallback; font-family: $font-family-code, $font-family-code-fallback;
font-size: 1rem; font-size: 1rem;
overflow: auto;
word-break: break-all;
word-wrap: break-word;
} }
footer { footer {