diff --git a/views/layout.slim b/views/layout.slim index 77fcc43..797890b 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -7,7 +7,7 @@ html script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript" css: body { padding: 0; margin: 0; font-size: 13.5px; font-family: Verdana, Arial; } - h1 { margin: 8px 0; padding: 0; font-size: 120% } + h1 { margin: 8px 2px; padding: 0; font-size: 120% } h1 a { color: #666 } h2 { color: #BBB; border-bottom: dashed 1px #CCC; font-size: 160%; } a { color: blue; text-decoration: none; }