From 92ab08ccb868689a324d14529f04ac98e280b8e5 Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Tue, 11 Feb 2025 13:48:58 +0100 Subject: [PATCH] 3 --- website/index.html | 2 +- website/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/index.html b/website/index.html index 2428ffe..0252f84 100644 --- a/website/index.html +++ b/website/index.html @@ -45,7 +45,7 @@ description = "Koude verfrissende watuuur."; } else if (item === 'Snacks') { title = "Frikandel"; - image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg"; + image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg"; description = "Paarden lul."; } diff --git a/website/style.css b/website/style.css index bd9f179..675940e 100644 --- a/website/style.css +++ b/website/style.css @@ -41,8 +41,8 @@ body { } .menu-detail img { - width: 100%; - max-width: 400px; + width: 70%; + max-width: 200px; height: auto; margin-bottom: 20px; }