fix zoom in
This commit is contained in:
parent
646564fc73
commit
a7c04b2bd8
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
html {
|
||||
height: 100%;
|
||||
touch-action: manipulation;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-rendering: optimizeLegibility;
|
||||
|
|
@ -23,6 +24,7 @@ html {
|
|||
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
.visually-hidden {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue