From ff4ff4c587732add0bc810bbb60b3a2eedc1ee61 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 27 May 2025 22:18:22 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Add=20padding=20for=20searc?= =?UTF-8?q?h=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/style.css | 6 ++++++ views/add-form.ejs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7b5071c..d65fc0d 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1992,6 +1992,9 @@ margin-bottom: 0; } } + .mt-2 { + margin-top: calc(var(--spacing) * 2); + } .mt-4 { margin-top: calc(var(--spacing) * 4); } @@ -2401,6 +2404,9 @@ .py-4 { padding-block: calc(var(--spacing) * 4); } + .pt-2 { + padding-top: calc(var(--spacing) * 2); + } .text-center { text-align: center; } diff --git a/views/add-form.ejs b/views/add-form.ejs index c07307a..cde901f 100644 --- a/views/add-form.ejs +++ b/views/add-form.ejs @@ -4,7 +4,7 @@
-

Add either single URL or link to sitemap

+

Add either single URL or link to sitemap