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;