mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 16:53:49 +00:00
add min-width :3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user