mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 04:09:16 -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;
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
-moz-::selection,
|
||||
@ -96,6 +89,9 @@ blockquote {
|
||||
code {
|
||||
font-family: $font-family-code, $font-family-code-fallback;
|
||||
font-size: 1rem;
|
||||
overflow: auto;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user