From 39e38ee3d4137bca9dca22cdd3304aff46fd6cc0 Mon Sep 17 00:00:00 2001 From: Alvin <524715@vistacollege.nl> Date: Thu, 2 Oct 2025 11:34:15 +0200 Subject: [PATCH] Fix height property in #info section to use correct unit --- concept/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/concept/style.css b/concept/style.css index 644a6df..8d968ad 100644 --- a/concept/style.css +++ b/concept/style.css @@ -49,6 +49,7 @@ button:hover{ margin: auto; background-color: white; max-width: 90%; + height: 75vb; margin-top: 25px; display: flex; } \ No newline at end of file