TIST-38: fixed width of single recipe info details #30

Merged
greendavid004 merged 1 commits from TIST-38 into develop 2025-07-04 20:52:19 +02:00

View File

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