Update max-height for menu detail images in style.css

This commit is contained in:
vista-man
2025-02-12 09:24:31 +01:00
parent 8e6d834858
commit bfe5463e1e

View File

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