Hi,
Theme : Warehouse
When I this code the fotter is Changing
@media screen and (min-width: 990px) { .list--unstyled{ display: flex; justify-content: center; align-items: center; } .nav-bar__link{ font-weight: 900; } }When i use the below code all are going to the center :
@media screen and (min-width: 1000px) {
.nav-bar {
font-weight: 700;
text-align : center;
}
}
when i use this code as well:
.nav-bar .nav-bar__linklist{ text-align: center; }can anyone help us please

