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