From e1d49c5262ee6b7cce96e56a530ef140fc44fe45 Mon Sep 17 00:00:00 2001 From: innovaciones Date: Fri, 23 Sep 2022 12:58:50 -0500 Subject: Fix border --- style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index f9b9c1f6..e65b672a 100644 --- a/style.css +++ b/style.css @@ -156,6 +156,9 @@ button{ margin-right: auto; margin-top: 35px; z-index: 100; + border: none; + border-top-left-radius: 0; + border-top-right-radius: 0; } @media screen and (min-width: 768px) { -- cgit v1.2.1