From 4bdb1d2c499bd4613245e750f47575cc52517e15 Mon Sep 17 00:00:00 2001 From: Alvin <524715@vistacollege.nl> Date: Thu, 2 Oct 2025 11:19:07 +0200 Subject: [PATCH] Refactor button styles for improved layout and responsiveness --- concept/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/concept/style.css b/concept/style.css index 91f2e53..644a6df 100644 --- a/concept/style.css +++ b/concept/style.css @@ -46,8 +46,9 @@ button:hover{ padding: 10px; border-radius: 15px; border:black solid 2px ; - margin: 3rem; + margin: auto; background-color: white; - height: 600px; - width: 900px; + max-width: 90%; + margin-top: 25px; + display: flex; } \ No newline at end of file