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