From f91acc342cc3748539b793405575b6e242697e87 Mon Sep 17 00:00:00 2001 From: Alex Korzhikov Date: Thu, 29 Apr 2021 17:09:21 +0200 Subject: [PATCH] fix small size big-blue-button --- css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index e0fbb08..c617270 100644 --- a/css/custom.css +++ b/css/custom.css @@ -15,7 +15,8 @@ } @media screen and (max-width: 768px) { - .btn.btn-primary.big-red-button { + .btn.btn-primary.big-red-button, + .btn.btn-primary.big-blue-button { padding: .5em; margin: 0 5%; width: 90%;