From 01214c4a0005183dcb92b5e9b0b2bb53e51253ea Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 31 May 2024 13:30:33 +0200 Subject: [PATCH] button width --- assets/section-contact-form.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/section-contact-form.css b/assets/section-contact-form.css index aae4e19..bf7a8ac 100644 --- a/assets/section-contact-form.css +++ b/assets/section-contact-form.css @@ -24,6 +24,10 @@ margin-top: 3rem; } +.contact__button button { + width: 100%; +} + @media screen and (min-width: 750px) { .contact__button { margin-top: 4rem;