From 40b81f43769a4ce4ace3c694474cb383d288115c Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sun, 12 Apr 2015 13:18:03 -0400 Subject: [PATCH] sliiightly smaller font for category links --- less/categories.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/categories.less b/less/categories.less index f341f44..c9d9fd3 100644 --- a/less/categories.less +++ b/less/categories.less @@ -28,8 +28,8 @@ } h1 { - font-size: 22px; - line-height: 24px; + font-size: 20px; + line-height: 22px; margin: 0; position: absolute; margin-left: 62px;