From 79982ecb589819592fa1a22ed0a2579934e04f23 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Tue, 10 Sep 2024 09:50:57 +0300 Subject: [PATCH] fix2 --- static/index.css | 2 +- templates/file.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}