From 0f69861f68c9f2710652efd8de8e597112e22d3a Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 19 Jul 2020 23:39:40 +0200 Subject: [PATCH] Button normalization; font & margin = 0. --- frontend/styles/normalize.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/styles/normalize.scss b/frontend/styles/normalize.scss index ded2674..2407b81 100644 --- a/frontend/styles/normalize.scss +++ b/frontend/styles/normalize.scss @@ -12,6 +12,8 @@ a { button { cursor: pointer; -webkit-appearance: unset; + margin: 0; + font-family: inherit; // disable-dbl-tap-zoom touch-action: manipulation;