Added scroll behavior css

Added scroll behavior CSS for smooth transitions when user clicks the header nav links.
This commit is contained in:
Kishore S 2020-05-19 00:13:10 +05:30 committed by GitHub
parent 223cd836d8
commit ccf03642c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@
html {
font-family: sans-serif;
line-height: 1.15;
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }