Skip to content

Commit

Permalink
modificación al menu de imagenes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lijazilla committed Oct 4, 2023
1 parent 9e75eb4 commit 436405d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/imagesMenu/imagesMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--lg: 18px;
--tl: 24px;
}
@media screen and (min-width: 990px){
@media screen and (max-width: 1280px){
.inactive{
display: none;
}
Expand All @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions src/components/pdfCreator/PDFVertical3/Vertical-three.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -277,7 +277,7 @@
margin: 0;
padding: 0;
left: 1%;
top: 3%;
top: 5%;
}
.contacto{
width: 80%;
Expand Down Expand Up @@ -386,7 +386,7 @@
height: 100%;
}
.container-image-vertical-three{
top: 5.5%;
top: 6%;
}
.container-image-vertical-one{
position: relative;
Expand Down

0 comments on commit 436405d

Please sign in to comment.