theme: remove text-shadow on mobile
performance is terrible on some mobile browsers
This commit is contained in:
parent
f143deb7da
commit
90ef03daaa
1 changed files with 5 additions and 0 deletions
|
@ -367,6 +367,11 @@ h5 {
|
|||
|
||||
@media screen and (max-width: 600px) {
|
||||
/* From this width, use mobile layout */
|
||||
body, html {
|
||||
/* Performance of text-shadow on some mobile browsers is terrible */
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: relative;
|
||||
float: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue