From 601a21e04d49d7a46787accc030a5be50f085769 Mon Sep 17 00:00:00 2001 From: Dylanomz <527457@vistacollege.nl> Date: Fri, 21 Feb 2025 13:52:04 +0100 Subject: [PATCH] poj --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index d0b28fb..da75b04 100644 --- a/website/style.css +++ b/website/style.css @@ -152,7 +152,7 @@ body { display: none; /* Initially hide the cart icon */ position: fixed; top: 80px; /* Move the cart icon down */ - right: 60px; /* Adjust right position to make space for language switcher */ + right: 10px; /* Adjust right position to make space for language switcher */ background-color: #ff6600; color: white; padding: 10px 15px;