Update in the backend header brand subtitle

This commit is contained in:
Alex Tselegidis 2020-10-22 12:10:36 +03:00
parent 5fa8ee4255
commit 67dc42b2d8
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@
<div id="header-logo" class="navbar-brand"> <div id="header-logo" class="navbar-brand">
<img src="<?= base_url('assets/img/logo.png') ?>"> <img src="<?= base_url('assets/img/logo.png') ?>">
<h6>EASY!APPOINTMENTS</h6> <h6>EASY!APPOINTMENTS</h6>
<small>Open Source Web Scheduler</small> <small>Open Source Appointment Scheduler</small>
</div> </div>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#header-menu"> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#header-menu">

View file

@ -33,7 +33,7 @@ root {
} }
#header #header-logo small { #header #header-logo small {
font-size: 11px; font-size: 9px;
color: #2e6a5b; color: #2e6a5b;
} }
@ -46,7 +46,7 @@ root {
#header #header-logo h6 { #header #header-logo h6 {
margin-top: 6px; margin-top: 6px;
font-size: 14px; font-size: 15px;
font-weight: bold; font-weight: bold;
color: white; color: white;
} }