From 4c2c80c7c4a37ac0c0f87cacc4ff6ed4ffbabdd8 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 30 Dec 2013 12:13:11 -0500 Subject: [PATCH] fix neighbors --- nixtape/themes/2014/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixtape/themes/2014/css/custom.css b/nixtape/themes/2014/css/custom.css index d49d398..7071450 100644 --- a/nixtape/themes/2014/css/custom.css +++ b/nixtape/themes/2014/css/custom.css @@ -2,6 +2,8 @@ font-size: 30px; } +img.neighbour {width: 64px; height: 64px;} + #album-header h1 { font-size: 30px; } -- GitLab