Fix design of firstrunwizard settings page section

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-01-02 20:41:17 +07:00
Родитель fc4f3574e7
Коммит 2419a83fa1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CBD846FC845CBE17
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -25,10 +25,10 @@
/** @var array $_ */
?>
<div id="clients-talk" class="followupsection clientsbox">
<div id="clients-talk" class="section clientsbox">
<h2><?php p($l->t('%s Talk on your mobile devices', [$theme->getName()]));?></h2>
<p><?php p($l->t('Join conversations at any time, any where, on any device.')); ?></p>
<p class="settings-hint"><?php p($l->t('Join conversations at any time, anywhere, on any device.')); ?></p>
<div class="clientslinks">
<a href="<?php p($_['clients']['android']); ?>" rel="noreferrer" target="_blank">
@ -40,4 +40,4 @@
alt="<?php p($l->t('iOS app'));?>" />
</a>
</div>
</div>
</div>