]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
Made landing page liquid.
authorSem <sembrestels@riseup.net>
Fri, 19 Oct 2012 06:03:35 +0000 (08:03 +0200)
committerSem <sembrestels@riseup.net>
Fri, 19 Oct 2012 06:03:35 +0000 (08:03 +0200)
views/default/css/n1_theme/landing.php

index 1343d51aa040f0c1042c6d1720f28fbb9aed5440..965a1a53bd60c5643bfaee1e48ff6d76f9380d27 100644 (file)
@@ -3,7 +3,8 @@
        background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1.png');
        background-repeat: no-repeat;
        display: table;
-       margin: 30px 0 50px 0;
+       margin: 30px auto 50px;
+       min-width: 80%;
 }
 
 #n1-landing-inner {
@@ -14,8 +15,9 @@
 }
 
 #n1-landing-title {
-       font-size: 1.7em;
+       font-size: 2.1em;
        font-weight: bold;
+       line-height: 0.9em;
 }
 
 #n1-landing-subtitle {