mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
This commit is contained in:
@@ -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
BIN
website/media/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 141 KiB |
@@ -41,8 +41,8 @@ body {
|
||||
}
|
||||
|
||||
.menu-detail img {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
width: 70%;
|
||||
max-width: 200px;
|
||||
height: auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user