diff --git a/index.php b/index.php index 01840d1..04b2b70 100644 --- a/index.php +++ b/index.php @@ -124,6 +124,12 @@ cursor: pointer; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3); } + + /* Mobile touch optimization */ + .touch-manipulation { + touch-action: manipulation; + -webkit-tap-highlight-color: transparent; + }
@@ -170,7 +176,7 @@ -