From a24953d004db1399f076aaba2fa9d6f443d6ef14 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 13 May 2024 15:19:15 +0100 Subject: [PATCH] Moved google recaptcha to top right --- public/assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 69a07a3..e5a750e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -832,7 +832,8 @@ section { width: 70px !important; overflow: hidden !important; transition: all 0.3s ease !important; - left: 4px !important; + right: 4px !important; + top: 4px !important; } .grecaptcha-badge:hover {