mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Update in the backend header brand subtitle
This commit is contained in:
parent
5fa8ee4255
commit
67dc42b2d8
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
<div id="header-logo" class="navbar-brand">
|
||||
<img src="<?= base_url('assets/img/logo.png') ?>">
|
||||
<h6>EASY!APPOINTMENTS</h6>
|
||||
<small>Open Source Web Scheduler</small>
|
||||
<small>Open Source Appointment Scheduler</small>
|
||||
</div>
|
||||
|
||||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#header-menu">
|
||||
|
|
|
@ -33,7 +33,7 @@ root {
|
|||
}
|
||||
|
||||
#header #header-logo small {
|
||||
font-size: 11px;
|
||||
font-size: 9px;
|
||||
color: #2e6a5b;
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@ root {
|
|||
|
||||
#header #header-logo h6 {
|
||||
margin-top: 6px;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue