From 131e010df66ed689d31df53c3ca17ad16635a818 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Thu, 2 Jul 2020 12:59:57 +0200 Subject: [PATCH] buttons: I think we should spend more time apart --- style/pages/welcome.scss | 1 - style/ui.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/style/pages/welcome.scss b/style/pages/welcome.scss index 042049c..315c7bc 100644 --- a/style/pages/welcome.scss +++ b/style/pages/welcome.scss @@ -72,7 +72,6 @@ } .action_buttons { - padding: 10pt; text-align: center; button { diff --git a/style/ui.scss b/style/ui.scss index 930421c..30f2879 100644 --- a/style/ui.scss +++ b/style/ui.scss @@ -237,4 +237,5 @@ noscript { background-color: $nanotrasen; border: 1px solid lighten($nanotrasen, 50%); } + margin: 10px; }