diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 22:27:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 22:27:23 -0300 |
commit | 572b94f523fde4fc425de2a2eff18aced2fe54ab (patch) | |
tree | a1199e27baa36f9e9800e4d5996a6b0009a6ea4f | |
parent | daab1e0a1d564efeb637ecb2ce27ade44f45ac64 (diff) | |
download | saravea_theme-572b94f523fde4fc425de2a2eff18aced2fe54ab.tar.gz saravea_theme-572b94f523fde4fc425de2a2eff18aced2fe54ab.tar.bz2 |
-rw-r--r-- | views/default/css/saravea_theme/landing.php | 8 |
1 files 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('<?php echo elgg_get_site_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 { |