From 8043183cfbf31d011f16a522c2dcc1f74da72620 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 15 Sep 2024 15:16:01 +0200 Subject: [PATCH] [call-me] - remove btns border --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 74d19f7..d96b529 100644 --- a/public/style.css +++ b/public/style.css @@ -112,6 +112,7 @@ input { .btn-custom { height: 48px; width: 48px; + border: none; border-radius: 50px !important; }