diff --git a/system/menu/style.css b/system/menu/style.css index f44598e..64e2287 100644 --- a/system/menu/style.css +++ b/system/menu/style.css @@ -91,8 +91,8 @@ .menu-item img { width: 100%; - height: auto; - object-fit: contain; + height: 25vh; + object-fit: cover; border-radius: 10px 10px 0 0 ; padding: 0; } @@ -108,7 +108,7 @@ } .price{ - font-size: 1vw; + font-size: 1.2vw; } @media screen and (max-width: 1164px){