From dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 5 Sep 2021 11:49:35 +0200 Subject: add meta to block zoom --- styles/global/_reset.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'styles/global/_reset.scss') diff --git a/styles/global/_reset.scss b/styles/global/_reset.scss index 0dc1326..a93ed5c 100755 --- a/styles/global/_reset.scss +++ b/styles/global/_reset.scss @@ -49,7 +49,11 @@ table { border-collapse: collapse; border-spacing: 0; } - +textarea, input, button, select { + appearance: none; + -moz-appearance: none; + -webkit-appearance: none; +} html{ min-width: 320px; background: white; -- cgit v1.2.3