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