diff --git a/static/index.html b/static/index.html index 47e5262..9e14a8c 100644 --- a/static/index.html +++ b/static/index.html @@ -25,10 +25,6 @@ - -
-
-
- +
diff --git a/static/stylesheet.css b/static/stylesheet.css index 54bbe6c..c8ed91d 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -2,4 +2,7 @@ div#content { width: 95%; min-width: 75em; max-width: 100em; + display: block; + margin-left: auto; + margin-right: auto; }