mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove usage of CSS zoom
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1793
This commit is contained in:
parent
a98da9e4ae
commit
064ffe4cc7
1 changed files with 0 additions and 5 deletions
|
|
@ -1,11 +1,6 @@
|
|||
body > div.body {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
@media screen and (max-device-width: 960px) {
|
||||
body {
|
||||
zoom: 1.4;
|
||||
}
|
||||
}
|
||||
h2, h3 {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue