From e737436637e8f1782db5610b6d8380fdaa074cba Mon Sep 17 00:00:00 2001
From: Rhys Evans <EvansRM17@cardiff.ac.uk>
Date: Tue, 28 Nov 2023 17:18:05 +0000
Subject: [PATCH] removed a dupliicated ;

---
 src/main/resources/static/css/landmarkFormStyle.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/static/css/landmarkFormStyle.css b/src/main/resources/static/css/landmarkFormStyle.css
index c18c0f1a..9d638b48 100644
--- a/src/main/resources/static/css/landmarkFormStyle.css
+++ b/src/main/resources/static/css/landmarkFormStyle.css
@@ -4,7 +4,7 @@ body{
     color: wheat;
 }
 #landmarkSubmission {
-    background-color: rgb(206, 153, 253);;
+    background-color: rgb(206, 153, 253);
     color: black;
     border-color: white;
     align-content: center;
-- 
GitLab