mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
remove unused styles and fix code overflow
This commit is contained in:
parent
a09901226a
commit
84567321b6
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user