From 87f76d86c3dd167e33a2abd715da35d0c08d4bcd Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 20 Feb 2014 12:16:39 +0100 Subject: [PATCH] Allow long title. --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 694f07b3..29a434d0 100644 --- a/css/style.css +++ b/css/style.css @@ -57,9 +57,8 @@ body .form-control { .view-title { text-align: center; - max-width: 240px; font-size: 25px; - margin: -35px auto 0 auto; + margin: -35px 120px 0 120px; } .page-header {