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