diff --git a/MP-TAB3/Components/MachineBlock.razor.css b/MP-TAB3/Components/MachineBlock.razor.css index 82f3274a..4b76a4f8 100644 --- a/MP-TAB3/Components/MachineBlock.razor.css +++ b/MP-TAB3/Components/MachineBlock.razor.css @@ -81,9 +81,10 @@ border-radius: 0 0 15px 15px; } .imgFitToSize { - height: 7.5rem; - object-fit: cover; - border-radius: 15px 15px 0 0; + height: 9.5rem; + object-fit: contain; + border-radius: 15px 15px 0 0; + background-color: #383b3f; } @media (max-width: 640.98px) { .imgFitToSize {