responsive review

This commit is contained in:
María
2025-10-07 13:09:10 +02:00
parent b945bf0673
commit 2784c9c1bf
10 changed files with 76 additions and 37 deletions

View File

@@ -78,6 +78,7 @@ export default {
.card {
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 1rem;
border: 2px solid white;
background: #fff;
@@ -87,6 +88,11 @@ export default {
max-height: 546px;
max-width: 288px;
@include mobile {
width: 100%;
max-width: 100%;
}
.card-image {
width: 100%;
height: 288px;