Add space before Impressum.

The page /friendica/ contains an Impressum section which is activated with an AddOn.
Add more space after last paragraph of information, before impressum, because site
looks quite cramped otherwise.
This commit is contained in:
Friendica 2018-04-19 19:03:29 +00:00
parent 21dbe233cb
commit 400bab676d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function friendica_content(App $a)
$s .= $p;
}
}
$o .= '<div style="margin-left: 25px; margin-right: 25px;">' . $s . '</div>' . PHP_EOL;
$o .= '<div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">' . $s . '</div>' . PHP_EOL;
} else {
$o .= '<p>' . L10n::t('No installed addons/apps') . '</p>' . PHP_EOL;
}