diff --git a/index.html b/index.html index d922cd3..91a1bb7 100644 --- a/index.html +++ b/index.html @@ -57,10 +57,6 @@

Controls

  • P to pause.
  • - - diff --git a/style.css b/style.css index 75aa308..e9e724e 100644 --- a/style.css +++ b/style.css @@ -50,7 +50,7 @@ body { overflow-y: scroll; } -header, main, footer { +header, main { padding: 16px; } @@ -60,10 +60,6 @@ main { padding-top: 0; } -footer { - padding-bottom: 0; -} - /* Page content */ @@ -96,7 +92,3 @@ li { #debug { display: none; } - -#copyright { - text-align: center; -}