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

@@ -413,12 +413,14 @@ export default {
img {
width: 100%;
height: 100%;
border-radius: 16px;
object-fit: contain;
}
@include mobile {
width: 200px;
height: 200px;
height: 335px;
width: 335px;
border-radius: 16px;
margin: 0 auto;
}
}