We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7ebab0 + 62bbbf9 commit fb94f5bCopy full SHA for fb94f5b
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