From 5407af1e66d1af044701ee2af5e57a7940da7bb3 Mon Sep 17 00:00:00 2001 From: ugrnm Date: Fri, 24 Mar 2017 14:55:35 +0100 Subject: [PATCH] fixed 404 paths + fine tuning style.css --- var/www/static/404-floppy-not-found.html | 7 ++++--- var/www/static/404-style.css | 9 +++++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/var/www/static/404-floppy-not-found.html b/var/www/static/404-floppy-not-found.html index 78dc27f..0d1e82e 100644 --- a/var/www/static/404-floppy-not-found.html +++ b/var/www/static/404-floppy-not-found.html @@ -4,16 +4,17 @@ INSERT FLOPPY!!! - + - +
+

404 - FLOPPY NOT FOUND

The Score:

1. Push it

- +
diff --git a/var/www/static/404-style.css b/var/www/static/404-style.css index 024d021..1ad141d 100644 --- a/var/www/static/404-style.css +++ b/var/www/static/404-style.css @@ -8,6 +8,10 @@ font-size:60px; text-align: center; } +h1 { + text-align: center; +} + .content { max-width: 600px; margin: auto; @@ -16,5 +20,6 @@ text-align: center; .content img { display: block; margin: auto; - max-width: 100%; -} \ No newline at end of file + //max-width: 100%; + width: 100%; +}