From 3c3b27325e27abb8678c09117475b906169f2b07 Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Tue, 16 Dec 2025 17:20:55 +0100 Subject: [PATCH] Centered download button --- electron/main/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main/style.css b/electron/main/style.css index 19edf7d..0a09524 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -469,7 +469,7 @@ li { display: flex; justify-content: center; padding: 10px 20px; - margin-left: 80px; + margin-left: 10px; margin-top: 30px; margin-bottom: 10px; background-color: #007BFF;