mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 08:38:22 +01:00
remove margins for navs :3
This commit is contained in:
parent
fc27c057e5
commit
9dbf7ba84f
1 changed files with 2 additions and 13 deletions
|
@ -45,17 +45,6 @@ nav .middle {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-left: auto;
|
|
||||||
margin-right: 26em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1600px) {
|
|
||||||
nav .middle {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
border-radius: 5px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue