aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorinnovaciones <sonygarcia99@gmail.com>2022-09-23 12:58:50 -0500
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-23 23:41:10 +0300
commite1d49c5262ee6b7cce96e56a530ef140fc44fe45 (patch)
treefbe7b50d76a226af37f9a3de4279034bd0bd7587 /style.css
parent6cd613811bc2a02909aa27614941aab6ab3eda4c (diff)
Fix border
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
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) {