mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Footer styling
This commit is contained in:
parent
4523d6b917
commit
3601cf14fc
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
* @var string $user_display_name
|
||||
*/
|
||||
?>
|
||||
<div id="footer">
|
||||
<div id="footer-content" class="col-12 col-sm-8">
|
||||
<div id="footer" class="d-md-flex justify-content-md-between">
|
||||
<div id="footer-content">
|
||||
<img class="me-1" src="<?= base_url('assets/img/logo-16x16.png') ?>" alt="Easy!Appointments Logo">
|
||||
<a href="https://easyappointments.org">
|
||||
Easy!Appointments
|
||||
|
@ -44,7 +44,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div id="footer-user-display-name" class="col-12 col-sm-4">
|
||||
<div id="footer-user-display-name">
|
||||
<?= lang('hello') . ', ' . $user_display_name ?>!
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue