This commit is contained in:
kitkatpotato16
2025-02-11 13:50:08 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vista Menu</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
</head>
<body>
@@ -47,7 +47,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.";
}

BIN
website/media/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

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