Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
JUANCA99COL committed Oct 10, 2024
1 parent c30aadd commit 3516201
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -436,22 +436,25 @@ video {
padding: 20px;
background: #000;
width: 105%;
height: 108px;
/* height: 108px; */
height: 86px;
position: fixed;
z-index: 30;
top: 0
}

.second-ul {
float: right;
margin-top: -140px
/* margin-top: -140px; */
margin-top: -130px;
}

.home-nav li {
list-style: none;
padding: 15px;
display: inline-block;
margin-top: 15px;
/* margin-top: 15px; */
margin-top: 5px;
margin-right: 20px
}

Expand All @@ -469,7 +472,8 @@ video {
padding: 10px;
margin: 10px;
position: absolute;
top: 8%;
/* top: 8%; */
top: 6%;
right: 7%;
cursor: pointer
}
Expand Down Expand Up @@ -512,7 +516,8 @@ video {
}

.transfer {
margin-top: 108px;
/* margin-top: 108px; */
margin-top: 86px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
Expand Down Expand Up @@ -553,7 +558,7 @@ video {

.sec-nav {
position: fixed;
top: 100px;
top: 80px;
width: 100%;
height: 100%;
overflow: hidden;
Expand Down Expand Up @@ -840,13 +845,15 @@ input::placeholder {
}

.home-nav {
height: 210px
/* height: 210px; */
height: 173px;
border: 1px solid blue;
}

.home-nav li {
padding: 10px;
margin-top: 38px;
margin-right: 17px
margin-right: 17px;
}

.titulo-banner {
Expand Down Expand Up @@ -891,7 +898,8 @@ input::placeholder {
}

.second-ul {
margin-top: -156px;
/* margin-top: -156px; */
margin-top: -173px;
margin-right: 71px
}

Expand All @@ -904,6 +912,16 @@ input::placeholder {
width: 248px;
font-size: 25px
}

.transfer {
margin-top: 180px;
height: 700px;
border: 1px solid red;
}

.guide, .ecotour {
height: 700px;
}
}

@media only screen and (max-width:1290px) {
Expand Down

0 comments on commit 3516201

Please sign in to comment.