forked from M3-Academy/desafio-react-e-typescript
develop #16
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user