diff --git a/default.css b/default.css index 5729723..64e12dd 100644 --- a/default.css +++ b/default.css @@ -26,13 +26,17 @@ canvas { padding: 6px; max-width: 900px; margin: auto; + display: flex; } #navBarLeft { + color: #fe640b; + text-shadow:1px 1px 10px #fe640b; float: left; text-align: left; font-size: 24px; line-height: 20px; + margin-right: auto; } .navItem { @@ -44,6 +48,7 @@ canvas { font-weight: bold; border: 2px solid #4c4f69; border-radius: 12px; + display: inline-block; } #top { diff --git a/index.html b/index.html index a7099e4..6beefb4 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@