From 235d210ce51bb1d31163f10e6459ed69d2183c60 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 00:17:52 +0200 Subject: [PATCH] auto-git: [change] settings.html --- settings.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.html b/settings.html index 75f15d1..8843e3c 100644 --- a/settings.html +++ b/settings.html @@ -83,6 +83,8 @@ /* Buttons */ .buttons { + display: flex; justify-content: flex-end; gap: 1rem; + margin-top: 1.4rem; } button.action { padding: 0.5em 1.3em;