fixed image

This commit is contained in:
2024-09-10 15:24:29 -06:00
parent acdd833fb7
commit 257bb8a704
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;
+2 -2
View File
@@ -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{