add min-width :3

This commit is contained in:
Ashley 2022-12-31 14:57:37 +00:00
parent 4db257ef0f
commit de8f80d88c

View file

@ -47,4 +47,15 @@ nav .middle {
border-radius: 5px;
margin-left: auto;
margin-right: 26em;
}
}
@media screen and (min-width: 1400px) {
nav .middle {
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
}
}