diff --git a/default.css b/default.css index dd9d657..52fc891 100644 --- a/default.css +++ b/default.css @@ -28,12 +28,12 @@ body { background: #03001C; } -.introLeft { +#introLeft { display: inline-block; max-width: 40rem; } -.introRight { +#introRight { display: inline-block; max-width: 10rem; } @@ -46,20 +46,6 @@ body { display: flex; } -#navBarLeft { - text-align: left; - padding: 4px; - margin-right: auto; -} - -#top { - margin-bottom: 6px; - border-top-left-radius: 0px; - margin: 4px auto; - margin-top: 0px; - height: 55px; -} - .canvas { margin: auto; display: inline-block;