diff --git a/default.css b/default.css index f9458a6..de55a1d 100644 --- a/default.css +++ b/default.css @@ -16,7 +16,6 @@ canvas { #navigation { background: #dce0e8; - display: flex; padding: 16px; position: fixed; top: 0px; @@ -25,6 +24,7 @@ canvas { } #navBarLeft { + display: inline-block; text-align: left; flex-grow: 1; font-size: 24px; @@ -35,7 +35,6 @@ canvas { margin-top: 0px; padding: 8px; line-height: 21px; - display: inline-block; text-align: right; font-weight: bold; border: 2px solid #4c4f69;