Chagned the footer column width in order to allow more space for the app info.

This commit is contained in:
alext 2018-07-07 19:10:46 +02:00
parent 874c94e2ae
commit a1647966db

View file

@ -1,5 +1,5 @@
<div id="footer"> <div id="footer">
<div id="footer-content" class="col-xs-12 col-sm-6"> <div id="footer-content" class="col-xs-12 col-sm-8">
Powered by Powered by
<a href="http://easyappointments.org">Easy!Appointments <a href="http://easyappointments.org">Easy!Appointments
<?php <?php
@ -20,7 +20,7 @@
</a> </a>
</div> </div>
<div id="footer-user-display-name" class="col-xs-12 col-sm-6"> <div id="footer-user-display-name" class="col-xs-12 col-sm-4">
<?= lang('hello') . ', ' . $user_display_name ?>! <?= lang('hello') . ', ' . $user_display_name ?>!
</div> </div>
</div> </div>