Simplify navbar implementation - this will also allow seamlessly adding a third, centred nav if desired
This commit is contained in:
parent
526e105b8b
commit
92373fcfa5
3 changed files with 8 additions and 10 deletions
|
@ -15,6 +15,8 @@ body
|
|||
padding-bottom: 1em
|
||||
display: flex
|
||||
justify-content: space-evenly
|
||||
#navbar
|
||||
justify-content: space-between
|
||||
.breadcrumb
|
||||
background-color: #404449
|
||||
border-radius: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue