feature/align #7

Merged
HenriqueSantosSantana merged 3 commits from feature/align into develop 2022-12-30 23:12:43 +00:00
Showing only changes of commit 17ec6cc688 - Show all commits

View File

@ -178,6 +178,12 @@
height: 100vh;
}
}
@media screen and (min-width: 1025px) {
&-content {
border-top: 1px solid var(--clr-common-white);
}
}
}
.menu {
@ -259,8 +265,9 @@
justify-content: flex-start;
gap: 55px;
padding: 14px 16px;
border-top: 1px solid var(--clr-common-white);
width: function.fluid(1080px, 1280px);
padding: 14px 0;
margin: 0 auto;
background-color: var(--clr-common-black);
@ -276,6 +283,12 @@
display: none;
}
}
@media screen and (min-width: 2500px) {
.list {
width: function.fluid(2299.68px, 2500px);
}
}
}
.search-top {