diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index d65fc0d..e878137 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -2001,6 +2001,9 @@ .mt-8 { margin-top: calc(var(--spacing) * 8); } + .mt-auto { + margin-top: auto; + } .mr-2 { margin-right: calc(var(--spacing) * 2); } diff --git a/views/domain-cards.ejs b/views/domain-cards.ejs index 1ab5555..e7d19a0 100644 --- a/views/domain-cards.ejs +++ b/views/domain-cards.ejs @@ -40,7 +40,7 @@ data.forEach(item => {

<%= formatDate(entry.created_at) %>

<% }) %> -
+
View All Tests