From 00f9776bcf302d9805dd58e3aa694b30d1a4e53a Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Wed, 19 Feb 2025 13:29:27 +0100 Subject: [PATCH] s --- website/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index 044d53c..071189f 100644 --- a/website/style.css +++ b/website/style.css @@ -12,6 +12,7 @@ body { width: 75%; background-color: #ffffff; padding: 10px 0; + display: flex; flex-wrap: wrap; /* Allow wrapping of menu items */ justify-content: center; /* Center the menu items */ @@ -41,7 +42,7 @@ body { background-color: #ff8c00; padding: 10px 20px; margin: 5px; - border-radius: 8px; + border-radius: 25px; cursor: pointer; font-size: 1.2em; transition: all 0.3s ease;