From 553bba89179510b7687b894e0400f0fda9a36fe7 Mon Sep 17 00:00:00 2001 From: muli Date: Thu, 18 Aug 2022 20:32:01 +0200 Subject: [PATCH] feat: Improved layout of contact form submit button. --- assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index a3c0ee0..c6f6e34 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -920,6 +920,11 @@ hr.-even { font-size: 1rem; } +.contact_form__submit_button { + font-size: 1rem; + padding: 0 0.25rem; +} + /* Hide captcha field as part of spam protection. We got no real captcha. */ .contact_form__captcha {