From 63e1f7b62f92395f9d6a961c1d17b9655cd2db78 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 19 Feb 2021 20:57:54 -0500 Subject: Revert buttons to native styling. --- mobile.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mobile.css b/mobile.css index 92d62e2..393dcbd 100644 --- a/mobile.css +++ b/mobile.css @@ -13,6 +13,11 @@ body { bottom: 0; } +button { + margin: revert; + padding: revert; +} + #errors { position: fixed; display: block; -- cgit v1.2.3