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

@@ -126,6 +126,7 @@ export default {
align-self: center;
background-image: url('../assets/img/hand-heart.svg');
background-size: contain;
background-position: center;
@include mobile {
width: 300px;
@@ -139,6 +140,7 @@ export default {
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 24px;
min-height: 85dvh;
background: linear-gradient(180deg, $color-consumo-base-extra-light, $color-consumo-base);