mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-28 01:22:25 +03:00
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="header">
|
||||||
<div id="company-name">
|
<div id="company-name">
|
||||||
<?= $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 class="display-selected-service me-2">
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -286,6 +286,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard #company-name {
|
#book-appointment-wizard #company-name {
|
||||||
|
text-align: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in a new issue