From: Marius Gavrilescu Date: Thu, 23 Jan 2014 16:27:11 +0000 (+0200) Subject: Center logo X-Git-Url: http://git.ieval.ro/?p=mindcoding-template-patches.git;a=commitdiff_plain;h=d99504639b60406db654b61ac15d2254e1c8e65f Center logo --- diff --git a/css/custom.css b/css/custom.css index 3207a8e..2dcd5db 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,4 +1,4 @@ #logo { - margin-top: 5em; - margin-bottom: 2em; + margin: 5em auto 2em; + display: block; }