From 1870286f2a2b6b2d4efc4dcfae529b7b9f59199b Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 9 Jan 2024 21:27:25 -0600 Subject: [PATCH] fix save button being slightly off from other buttons --- sass/_project-sass/_project-Main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 9fb1f546..7aa11c00 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -2097,7 +2097,7 @@ a.tag:hover { } } #saveButton { - margin-top: 0; + margin-top: 2px; } .tooltip { &.bottom .tooltip-arrow { @@ -2292,4 +2292,4 @@ pre, code { .h-captcha iframe { width: 90% !important; border-radius: 10px; -} \ No newline at end of file +}