diff --git a/src/components/imagesMenu/imagesMenu.css b/src/components/imagesMenu/imagesMenu.css index 3bf3ae5..5b7f83c 100644 --- a/src/components/imagesMenu/imagesMenu.css +++ b/src/components/imagesMenu/imagesMenu.css @@ -16,7 +16,7 @@ --lg: 18px; --tl: 24px; } -@media screen and (min-width: 990px){ +@media screen and (max-width: 1280px){ .inactive{ display: none; } @@ -35,7 +35,7 @@ top: 26.5px; z-index: 1; list-style: none; - left: 19.3%; + left: 22%; z-index: 3; border: black solid 1px; border-radius: 0 0 15px 15px; diff --git a/src/components/pdfCreator/PDFVertical3/Vertical-three.css b/src/components/pdfCreator/PDFVertical3/Vertical-three.css index 7ae08c4..0cedc67 100644 --- a/src/components/pdfCreator/PDFVertical3/Vertical-three.css +++ b/src/components/pdfCreator/PDFVertical3/Vertical-three.css @@ -175,7 +175,7 @@ .container-image-vertical-three{ position: relative; display: flex; - margin-top: 2.5%; + top: 1%; width: 100%; height: 25%; justify-content: space-around; @@ -277,7 +277,7 @@ margin: 0; padding: 0; left: 1%; - top: 3%; + top: 5%; } .contacto{ width: 80%; @@ -386,7 +386,7 @@ height: 100%; } .container-image-vertical-three{ - top: 5.5%; + top: 6%; } .container-image-vertical-one{ position: relative;