Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
douglastofoli committed Sep 13, 2024
1 parent da07155 commit c82ad42
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 49 deletions.
27 changes: 7 additions & 20 deletions assets/css/aboutus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
}

.lighter-banner{
.lighter-banner {
display: flex;
flex-direction: column;
text-align: center;
Expand All @@ -18,10 +18,10 @@
background-blend-mode: multiply;

.banner-img {
z-index: -1;
position: absolute;
width: 100vw;
height: 260px;
z-index: -1;
position: absolute;
width: 100vw;
height: 260px;
}

}
Expand Down Expand Up @@ -61,9 +61,6 @@

img {
width: 100vw;
height: auto;
padding: 0 20px;
border-radius: 8%;
}

.know-content {
Expand Down Expand Up @@ -206,15 +203,6 @@
max-width: fit-content;
}

<<<<<<< feat/responsive-landing
.accordion-bx {
width: 75%;

@media(max-width: 810px) {
width: 60%;
}
}
=======
}

}
Expand All @@ -230,11 +218,10 @@
.phase-content {
order: 1;
width: 100%;
>>>>>>> main
}

img {
order: 2;
order: 2;
width: 100%;
}

Expand Down Expand Up @@ -264,4 +251,4 @@
height: 100%;
z-index: -1;
}
}
}
5 changes: 1 addition & 4 deletions assets/css/get_in_touch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
}
}
}
<<<<<<< feat/responsive-landing

@media (max-width: 767px) {
.onde-nos-encontrar-wrapper {
Expand Down Expand Up @@ -134,6 +133,4 @@
}
}
}
}
=======
>>>>>>> main
}
9 changes: 1 addition & 8 deletions assets/css/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,12 @@
list-style: none;
}

<<<<<<< feat/responsive-landing
.glide__slide {
@apply flex justify-center items-center;
width: 100%;
height: auto;
max-height: 500px;
transition: transform 0.25s ease-out;
=======
p {
text-wrap: wrap;
margin-top: 0.5rem;
padding: 0 1rem 1.5rem 1rem;
>>>>>>> main
}

.glide__slide img {
Expand Down Expand Up @@ -599,4 +592,4 @@
.nossas-equipes-container {
width: 1360px;
}
}
}
17 changes: 0 additions & 17 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c82ad42

Please sign in to comment.