From 0aa75bf3e9422e30a70f18c793f7e954b9f87c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 29 Apr 2020 12:27:16 +0200 Subject: [PATCH] Newsletter: Fix button not being a circle --- src/style/molecules/_form.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/molecules/_form.scss b/src/style/molecules/_form.scss index de77255..037ad9a 100644 --- a/src/style/molecules/_form.scss +++ b/src/style/molecules/_form.scss @@ -19,6 +19,7 @@ transform: translateY(-50%); width: 32px; height: 32px; + padding: 0; @include breakpoint (sm) { right: 20px;