Update src/styles/nav.module.scss
Some checks failed
Release to Staging / build_and_release (push) Failing after 21s
Some checks failed
Release to Staging / build_and_release (push) Failing after 21s
This commit is contained in:
parent
1e6b3d2c0b
commit
9a1cc39027
@ -246,8 +246,8 @@
|
||||
|
||||
.NavMainBottomInside {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-gap: 10px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -272,5 +272,10 @@
|
||||
color: rgba(255, 255, 255, 0.65);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user