From 969cbdd3673566cecc798ab9993ed80e20e647c5 Mon Sep 17 00:00:00 2001 From: squirelo Date: Fri, 3 Oct 2014 11:20:40 +0200 Subject: [PATCH] center title --- css/custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 8105012..31e9dcf 100755 --- a/css/custom.css +++ b/css/custom.css @@ -30,9 +30,16 @@ Left column color: #fff; font-weight: 700; font-size: 36px; - margin: 48px; border: 2px solid white; text-align: center; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: auto 96px; + height: 80px; + } .full-image { display: block;