[fix] horizontal scroll

This commit is contained in:
Faris Ansari 2016-07-28 14:36:44 +05:30
parent 497a458eb2
commit ea00aa5764
4 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,6 @@
html {
overflow-x: hidden;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

View file

@ -1,3 +1,6 @@
html {
overflow-x: hidden;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

View file

@ -1,3 +1,6 @@
html {
overflow-x: hidden;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

View file

@ -7,6 +7,10 @@
// font-family: "Open Sans", "Helvetica", Arial, "sans-serif";
// }
html {
overflow-x: hidden;
}
body {
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",