fixed reviews adaptive

This commit is contained in:
David Katrinka 2025-07-07 13:01:32 +02:00
parent 8356c80ca3
commit 9a28d6b322

View File

@ -1449,6 +1449,17 @@ label {
width: 90%;
}
.reviews{
flex-direction: column-reverse;
align-items: center;
padding: 5px;
}
.review-list,
.review-form {
width: 100%;
}
}
@media (max-width: 900px) {