From 4dc8a071315a9c8a60c60d5d3f0e79b84eda3284 Mon Sep 17 00:00:00 2001 From: Alessandro <51910404+aledipa@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:51:53 +0100 Subject: [PATCH] Minor responsiveness fixes --- index.html | 2 +- static/.DS_Store | Bin 10244 -> 10244 bytes static/css/style.css | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a37b621..7dcef5c 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + diff --git a/static/.DS_Store b/static/.DS_Store index e7188a4185d3bfc22b156ddcfdbf227872213ec8..6a1832ffb4d706eb22fbca690fce5022839fba86 100644 GIT binary patch delta 173 zcmZn(XbIRLA!w^8!N9=4%#h4b%ut-0@8Xh_lb-|>;m|59Xq&hCs3Wp$3cBp(P(d3; zX7627H%}32XH^YyEk@|cWXNSm&&@~Zfyz#HkdR>VW0)KzQK5WeIa~u1Ll(#Z2<1?@ J&0i(>`2i^vHc|ip delta 173 zcmZn(XbIRLA!sYNgn@y9nIV~>n4vf~-^C>9A^ P4nQb}%5DBC!Osr>f=V_9 diff --git a/static/css/style.css b/static/css/style.css index c4da120..6e22a7e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,6 +5,8 @@ body { background-color: #FCFCFC !important; + touch-action: pan-y; + overflow-x: hidden; } input::placeholder {