diff --git a/static/index.css b/static/index.css index 2efdf95..0ff45fb 100644 --- a/static/index.css +++ b/static/index.css @@ -7,7 +7,7 @@ body { .container { margin: 0 auto; - width: 400px; + max-width: 900px; } a { diff --git a/templates/file.html b/templates/file.html index f5b9adc..d9c2b97 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} {% block content %} -
+
{% include 'nav.html' %}

{{file[2]}}

Expires at: {{file[5]|expirein}}