Center the menu on larger screens.

This commit is contained in:
Maria Górska-Piszek 2021-08-12 14:53:53 +02:00
parent 97624b9525
commit 7c46e02fb8
1 changed files with 3 additions and 6 deletions

View File

@ -95,15 +95,12 @@
box-shadow: inset 0 -1px 0 #ccc;
display: flex;
justify-content: left;
margin: 0;
margin: 0 auto;
max-width: 1056px;
width: 100%;
overflow-x: scroll;
@media only screen and ( min-width: 768px ) {
flex-wrap: wrap;
}
@media only screen and ( min-width: 1300px ) {
@media only screen and ( min-width: 1100px ) {
justify-content: center;
}