Completed web programming project #44

Merged
steve_dekart merged 117 commits from develop into master 2025-07-07 19:00:18 +02:00
Showing only changes of commit 9a28d6b322 - Show all commits

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) {