From 2228ddc80a08b82e77a58dacc9954740767d3ddf Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 21 Apr 2010 21:08:38 +0200 Subject: [PATCH] Smaller fonts on the 404 page --- templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/404.html b/templates/404.html index 82b6e5be..9f1a90f3 100644 --- a/templates/404.html +++ b/templates/404.html @@ -28,7 +28,7 @@ h1 { font-family: 'Garamond', 'Georgia', serif; font-weight: normal; color: #222; - font-size: 40px; + font-size: 36px; padding: 50px 0 10px 50px; margin: 0; } @@ -36,7 +36,7 @@ h1 { p { font-family: 'Georgia', serif; color: #000; - font-size: 20px; + font-size: 17px; padding: 10px 0 0 90px; margin: 0; width: 360px;