From 572b94f523fde4fc425de2a2eff18aced2fe54ab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Mar 2014 22:27:23 -0300 Subject: Updating landing theme style --- views/default/css/saravea_theme/landing.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/views/default/css/saravea_theme/landing.php b/views/default/css/saravea_theme/landing.php index 887c29b..4d68a3e 100644 --- a/views/default/css/saravea_theme/landing.php +++ b/views/default/css/saravea_theme/landing.php @@ -2,16 +2,18 @@ height: 250px; background-image: url('mod/saravea_theme/_graphics/saravea_verm.png'); background-repeat: no-repeat; + background-size: 60% auto; display: table; - margin: 30px 0 50px auto; + margin: 30px 0 50px 320px; min-width: 80%; } #n1-landing-inner { display: table-cell; vertical-align: middle; - padding-left: 220px; - + padding-left: 0px; + padding-top: 250px; + font-size: 1.5em; } #n1-landing-title { -- cgit v1.2.3