From e1d49c5262ee6b7cce96e56a530ef140fc44fe45 Mon Sep 17 00:00:00 2001 From: innovaciones Date: Fri, 23 Sep 2022 12:58:50 -0500 Subject: [PATCH] Fix border --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index f9b9c1f66..e65b672a2 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) {