Skip to content

Commit

Permalink
se modificaron elementos de css
Browse files Browse the repository at this point in the history
  • Loading branch information
Lijazilla committed Oct 4, 2023
1 parent b4b156a commit 9e75eb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/imagesMenu/imagesMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
top: 26.5px;
z-index: 1;
list-style: none;
left: 17.8%;
left: 19.3%;
z-index: 3;
border: black solid 1px;
border-radius: 0 0 15px 15px;
Expand Down
9 changes: 6 additions & 3 deletions src/components/pdfCreator/PDFVertical3/Vertical-three.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
margin: 0;
padding: 0;
left: 1%;
top: 2%;
top: 3%;
}
.contacto{
width: 80%;
Expand Down Expand Up @@ -385,6 +385,9 @@
.principal-text-one{
height: 100%;
}
.container-image-vertical-three{
top: 5.5%;
}
.container-image-vertical-one{
position: relative;
display: flex;
Expand All @@ -405,7 +408,7 @@
width: 100%;
height: auto;
margin-right: 7%;
top: .5%;
top: 1.5%
}
.description-input-form-three{
position: relative;
Expand All @@ -414,7 +417,7 @@
width: 100%;
height: auto;
margin-right: 7%;
top: -3%
margin-top: 4%;
}
.description-text-one{
width: 35%;
Expand Down

0 comments on commit 9e75eb4

Please sign in to comment.