From 8134e0283bbd718cd27af6dd6bf0a104a62ab4ef Mon Sep 17 00:00:00 2001 From: Rim Date: Fri, 28 Mar 2025 23:52:34 -0400 Subject: [PATCH] chore: formatting changes --- src/css/styles.css | 12 +++++++----- src/index.html | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/css/styles.css b/src/css/styles.css index e0cf6b9..933b718 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -20,12 +20,12 @@ h1 { } .form-group { - margin-bottom: 15px; + margin-bottom: 10px; } label { display: block; - margin-bottom: 5px; + margin-bottom: 10px; font-weight: bold; } @@ -91,7 +91,7 @@ button:hover { .tabs { display: flex; - margin-bottom: 20px; + margin-bottom: 10px; border-bottom: 1px solid #333; } @@ -178,6 +178,8 @@ button:hover { .checkbox-group { display: flex; gap: 20px; + position: relative; + top: 5px; } .checkbox-group input[type="checkbox"] { @@ -186,14 +188,14 @@ button:hover { } .format-options, .processing-options { - margin-bottom: 15px; + margin-bottom: 10px; padding: 10px; background-color: #2d2d2d; border-radius: 4px; } .time-options { - margin-bottom: 15px; + margin-bottom: 10px; padding: 10px; background-color: #2d2d2d; border-radius: 4px; diff --git a/src/index.html b/src/index.html index e7c979a..9de7cd8 100644 --- a/src/index.html +++ b/src/index.html @@ -163,7 +163,7 @@
- +
- +
- +