Increase max-width of menu detail images to improve layout

This commit is contained in:
vista-man
2025-02-12 09:37:45 +01:00
parent f20586d41d
commit 0cfc011a1d

View File

@@ -43,7 +43,7 @@ body {
.menu-detail img { .menu-detail img {
width: 70%; width: 70%;
max-width: 200px; max-width: 300px;
max-height: 400px; max-height: 400px;
margin-bottom: 20px; margin-bottom: 20px;
} }