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.";
} 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.";
}

View File

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