We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ebab0 commit 62bbbf9Copy full SHA for 62bbbf9
assets/css/main.css
@@ -784,6 +784,7 @@ body {
784
background-color: #fff;
785
-webkit-font-smoothing: antialiased;
786
-moz-osx-font-smoothing: grayscale;
787
+ -webkit-overflow-scrolling: touch;
788
}
789
790
h1, h2, h3, h4, h5, h6 {
assets/css/sass/main.scss
@@ -25,6 +25,7 @@ body {
25
background-color: $white;
26
27
28
29
30
31
0 commit comments