From c9ea3a5e250c026cfea95b6fe256a4bc7920ca1a Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Tue, 11 Aug 2020 13:42:03 -0400 Subject: [PATCH] App: restyle main buttons --- src/components/App/App.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/App/App.css b/src/components/App/App.css index c14a45f..5c67600 100644 --- a/src/components/App/App.css +++ b/src/components/App/App.css @@ -41,13 +41,13 @@ button { border: none; display: flex; align-items: center; - justify-content: center; + justify-content: flex-start; } button.main-button { height: 64px; - width: 240px; - margin: 0 24px 0 0; + margin: 16px 24px 0 0; + padding: 0 48px 0 40px; background-color: white; border-radius: 8px; font-family: "Manrope";