feat: Justify items to centre on navbar
This commit is contained in:
parent
57ef57319a
commit
4499884d74
|
@ -122,6 +122,7 @@
|
||||||
#navbar {
|
#navbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.floater-elem {
|
.floater-elem {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
Loading…
Reference in New Issue