nav layout flex->grid

This commit is contained in:
Kakabay 2023-01-21 14:02:37 +05:00
parent 57454a73cc
commit 50678fcfaa
1 changed files with 6 additions and 3 deletions

View File

@ -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;