Company name styling.
This commit is contained in:
parent
458595fa24
commit
f31fcfbca7
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<div id="header">
|
||||
<div id="company-name">
|
||||
<?= $company_name ?>
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="d-flex justify-content-center">
|
||||
<span class="display-selected-service me-2">
|
||||
|
||||
</span>
|
||||
|
|
|
@ -286,6 +286,7 @@ body {
|
|||
}
|
||||
|
||||
#book-appointment-wizard #company-name {
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue