diff options
author | Sem <sembrestels@riseup.net> | 2012-10-19 08:06:22 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-10-19 08:06:22 +0200 |
commit | a467ad878745c7ce688af235e3b6dd002e705d20 (patch) | |
tree | ca34b8076a2ca130b56c4d420ab1d8efff2040cc /views/default/css | |
parent | 59fceeded43537b558d244d534ed341ce3e4cdf1 (diff) | |
download | saravea_theme-a467ad878745c7ce688af235e3b6dd002e705d20.tar.gz saravea_theme-a467ad878745c7ce688af235e3b6dd002e705d20.tar.bz2 |
Landing page to the right in small screens.
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/n1_theme/landing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php index 965a1a5..df5b0ab 100644 --- a/views/default/css/n1_theme/landing.php +++ b/views/default/css/n1_theme/landing.php @@ -3,7 +3,7 @@ background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1.png'); background-repeat: no-repeat; display: table; - margin: 30px auto 50px; + margin: 30px 0 50px auto; min-width: 80%; } |