0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 21:52:42 +00:00

Update brewItem.less

Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
G.Ambatte
2022-09-04 16:44:18 +12:00
committed by GitHub
parent 3975c74b2b
commit 4a89d73f73

View File

@@ -28,9 +28,10 @@
margin-right: 5px; margin-right: 5px;
display: flex; display: flex;
img.thumbnailImage { img.thumbnailImage {
max-width: 100%; width : 100%;
max-height: 100%; height : 100%;
margin: auto; object-fit : cover;
border-radius : inherit;
} }
} }
.text { .text {