Smaller fonts on the 404 page

This commit is contained in:
Armin Ronacher 2010-04-21 21:08:38 +02:00
parent eb07ffe01e
commit 2228ddc80a

View file

@ -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;