nav/header adjustments #21
@ -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