mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
Add touch-action: manipulation for mobile devices
This commit is contained in:
parent
2088c9a0cb
commit
f633bbe679
@ -2,6 +2,7 @@ html {
|
||||
font-size: $font-size-base;
|
||||
letter-spacing: 0.33px;
|
||||
scroll-behavior: smooth;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
html,
|
||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"Target":"book.min.5bc8a1cbdb053dcac7ddf7a245778b7e179f99d499608035c8a8bb328278e091.css","MediaType":"text/css","Data":{"Integrity":"sha256-W8ihy9sFPcrH3feiRXeLfhefmdSZYIA1yKi7MoJ44JE="}}
|
||||
{"Target":"book.min.edc993575be58655f3e49634e3ca6db09cc38ac9aa03ecdbe81d941636e35273.css","MediaType":"text/css","Data":{"Integrity":"sha256-7cmTV1vlhlXz5JY048ptsJzDismqA+zb6B2UFjbjUnM="}}
|
Loading…
Reference in New Issue
Block a user