summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-10-19 08:03:35 +0200
committerSem <sembrestels@riseup.net>2012-10-19 08:03:35 +0200
commit59fceeded43537b558d244d534ed341ce3e4cdf1 (patch)
treef2e63568709f3ca52472a12af1298317286916b5
parent854d844a7bb34eb68c9a0a3702c8b088333831fc (diff)
downloadsaravea_theme-59fceeded43537b558d244d534ed341ce3e4cdf1.tar.gz
saravea_theme-59fceeded43537b558d244d534ed341ce3e4cdf1.tar.bz2
Made landing page liquid.
-rw-r--r--views/default/css/n1_theme/landing.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php
index 1343d51..965a1a5 100644
--- a/views/default/css/n1_theme/landing.php
+++ b/views/default/css/n1_theme/landing.php
@@ -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 {