fixed the responsive logo on login page #5764 (#5821)

This commit is contained in:
Neil Lathwood
2017-02-07 23:23:29 +00:00
committed by GitHub
parent 1132a148e9
commit 7211d283c5

View File

@ -8,7 +8,7 @@ if ($config['twofactor'] && isset($twofactorform)) {
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<?php echo '<img src="' . $config['title_image'] . '">'; ?>
<?php echo '<img src="' . $config['title_image'] . '" class="img-responsive">'; ?>
</h3>
</div>
<div class="panel-body">