This commit is contained in:
cowboykipnugget
2025-02-11 13:48:58 +01:00
parent 7919ad9dce
commit 92ab08ccb8
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
description = "Koude verfrissende watuuur."; description = "Koude verfrissende watuuur.";
} else if (item === 'Snacks') { } else if (item === 'Snacks') {
title = "Frikandel"; 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."; description = "Paarden lul.";
} }

View File

@@ -41,8 +41,8 @@ body {
} }
.menu-detail img { .menu-detail img {
width: 100%; width: 70%;
max-width: 400px; max-width: 200px;
height: auto; height: auto;
margin-bottom: 20px; margin-bottom: 20px;
} }