From 993ca5e6146dc86d02f315d5d33d06431081c919 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sat, 16 Oct 2021 18:06:56 +0300 Subject: [PATCH] fix: fast fix for 400/404 errors pages --- static/styles/error-image.css | 6 +++--- templates/400.html | 2 +- templates/404.html | 2 +- templates/500.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/styles/error-image.css b/static/styles/error-image.css index 83385a0..0da770e 100644 --- a/static/styles/error-image.css +++ b/static/styles/error-image.css @@ -1,11 +1,11 @@ .error-image-link { - max-height: 200px; + max-width: 200px; transition: 0.2s; } .error-image-link:hover { - max-height: 300px; + max-width: 300px; } .error-image { - height: 100%; + width: 100%; } \ No newline at end of file diff --git a/templates/400.html b/templates/400.html index 93f9296..2d52413 100644 --- a/templates/400.html +++ b/templates/400.html @@ -11,7 +11,7 @@ -
+