From ee9984ebde646c5051302cbef397632b2f513b16 Mon Sep 17 00:00:00 2001 From: dost Date: Fri, 22 Jul 2011 01:44:20 +0200 Subject: [PATCH] ease letter spacing on header section --- stylesheets/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/master.css b/stylesheets/master.css index 99e1e31..125fd87 100644 --- a/stylesheets/master.css +++ b/stylesheets/master.css @@ -40,7 +40,7 @@ header section { color: #252525; font-size: 110%; line-height: 150%; - letter-spacing: -0.1em; } + letter-spacing: -0.05em; } header section a { color: #252525; }