From 421627655225f110603bd87e10f40b485b0cfe2f Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Sat, 9 Sep 2023 04:46:11 +0200 Subject: [PATCH] Button margin --- static/css/buttons.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/buttons.css b/static/css/buttons.css index 9551c64..b810c62 100644 --- a/static/css/buttons.css +++ b/static/css/buttons.css @@ -7,8 +7,7 @@ font-size: 14px; cursor: pointer; margin-top: 10px; - transition: background-color 0.3s; - margin-left: 10px; + transition: background-color 0.3s; min-width: 150px; } @@ -21,7 +20,7 @@ cursor: pointer; margin-top: 10px; transition: background-color 0.3s; - margin-left: 10px; + margin-left: 20px; background-color: var(--error-color); min-width: 150px; }