From a994cd82663ff0759f0b20a13932d3429af9f49d Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 28 May 2025 20:57:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20button=20positio?= =?UTF-8?q?n=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/style.css | 3 +++ views/domain-cards.ejs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) %>

<% }) %> -
+