From a90dfade4b4f109dfb9935920cb58474e9b3f6de Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 3 Dec 2025 17:33:22 -0500 Subject: [PATCH] added border to bottom of hero --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 64a4b49..2ff271e 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ height: 500px; width: 100%; background: url("assets/img/aden-desktop.jpg") 70% 25% / 100% no-repeat; + border-bottom: 1px solid var(--gold); /** position: absolute; top: 0px; left: 0px;