spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 65677a388c759145f80c2d099e6269b3ee972fe2
parent 9bee8953f57dae18b0aa93efe03f8e17c67a7a1e
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sat, 18 Apr 2020 10:05:14 -0700

Disable zoom on double tap for mobile devices.

Diffstat:
MStyles.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Styles.css b/Styles.css @@ -15,6 +15,7 @@ body { color: var(--foreground-color); background-color: var(--background-color); margin-bottom: 50px; + touch-action: manipulation; }