TIST-38: fixed width of single recipe info details

This commit is contained in:
David Katrinka 2025-07-04 19:54:48 +02:00
parent 07c4c49cf0
commit d846de0182

View File

@ -876,6 +876,10 @@ input[type="checkbox"]{
display: flex; display: flex;
} }
.single-recipe-info__details {
min-width: 400px;
}
.single-recipe-info__image { .single-recipe-info__image {
width: 350px; width: 350px;
height: 260px; height: 260px;