From a8acd93a3dd0274ba6624c50c646ba055797f86b Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 24 Aug 2012 00:30:09 -0400 Subject: [PATCH] add space for two lines of text (some project descriptions were being cut off) --- css/bwa.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/bwa.css b/css/bwa.css index a1c5bf66..8236559a 100644 --- a/css/bwa.css +++ b/css/bwa.css @@ -54,11 +54,11 @@ } .bwa-projects .bwa-project-well { - height: 410px; + height: 430px; } .bwa-projects .bwa-project-desc { overflow: hidden; - height: 19px; + height: 38px; position: relative; }