nav layout flex->grid
This commit is contained in:
parent
57454a73cc
commit
50678fcfaa
|
|
@ -65,8 +65,8 @@
|
||||||
// SUBHEADER
|
// SUBHEADER
|
||||||
|
|
||||||
.subheader-inner {
|
.subheader-inner {
|
||||||
display: flex;
|
display: grid;
|
||||||
align-items: center;
|
grid-template-columns: 42rem 10rem 41rem;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 1.6rem;
|
gap: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
@ -128,6 +128,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.8rem;
|
gap: 0.8rem;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
|
|
@ -142,10 +143,12 @@
|
||||||
|
|
||||||
// SEARCH
|
// SEARCH
|
||||||
.search-wrapper {
|
.search-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 32rem;
|
||||||
|
|
||||||
form {
|
form {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 32rem;
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
display: block;
|
display: block;
|
||||||
border: 0.1rem solid $gray;
|
border: 0.1rem solid $gray;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue