diff --git a/conoce-la-fes/assets/css/conoce-la-fes.css b/conoce-la-fes/assets/css/conoce-la-fes.css index 0cfe2ce..2cd59eb 100644 --- a/conoce-la-fes/assets/css/conoce-la-fes.css +++ b/conoce-la-fes/assets/css/conoce-la-fes.css @@ -55,9 +55,9 @@ main h2{ background-attachment: fixed; } } -@media (max-width: 768px) { +@media (max-width: 548px) { #hero { - height: 80vh; + height: 60vh; } #hero h1 { font-size: 28px; diff --git a/conoce-la-fes/assets/css/conoce-la-fes.less b/conoce-la-fes/assets/css/conoce-la-fes.less index 37f2f71..fe4c686 100644 --- a/conoce-la-fes/assets/css/conoce-la-fes.less +++ b/conoce-la-fes/assets/css/conoce-la-fes.less @@ -14,7 +14,7 @@ &-img{ width: 25%; height: auto; - max-width: 30vw; + max-width: 50%; border-radius: 2rem; transform: rotate(-45deg); @@ -142,7 +142,7 @@ } &-imagenes{ position: relative; - width: 90%; + width: 100%; justify-content: center; #imgDos{