From 872b36124fb9a578f1ce5db42b692324f236868c Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:16:00 +0100 Subject: [PATCH 1/2] Update home.html --- src/main/resources/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index aeca35e2..f0548c3f 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -12,7 +12,7 @@ } .feature-card { - border: 2px solid rgba(0, 0, 0, .25); + border: 1px solid rgba(0, 0, 0, .25); border-radius: 0.25rem; padding: 1.25rem; display: flex; @@ -107,4 +107,4 @@ - \ No newline at end of file + From 5ae72f3e6ff6085fa4f5b198b661d4a4b9c091e5 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:16:18 +0100 Subject: [PATCH 2/2] Update home.html --- src/main/resources/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index f0548c3f..f5258be6 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -12,7 +12,7 @@ } .feature-card { - border: 1px solid rgba(0, 0, 0, .25); + border: 2px solid rgba(0, 0, 0, .25); border-radius: 0.25rem; padding: 1.25rem; display: flex; @@ -36,7 +36,7 @@ } .feature-card:hover { - border: 2px solid rgba(0, 0, 0, .5); + border: 1px solid rgba(0, 0, 0, .5); cursor: pointer; transform: scale(1.1); }