mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Removed old image files and updated the content and styling of the isntallation page
This commit is contained in:
parent
9604aa4ef9
commit
a85ec4c275
6 changed files with 13 additions and 4 deletions
|
@ -17,10 +17,9 @@
|
|||
</div>
|
||||
|
||||
<header>
|
||||
<a href="https://easyappointments.org" target="_blank">
|
||||
<img src="<?= base_url('assets/img/installation-banner.png') ?>"
|
||||
alt="Easy!Appointments Installation Banner">
|
||||
</a>
|
||||
<div class="container">
|
||||
<h1 class="page-title">Easy!Appointments Installation</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="content container-fluid">
|
||||
|
|
|
@ -3,11 +3,21 @@ header {
|
|||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
header .page-title {
|
||||
font-weight: lighter;
|
||||
padding: 40px 0;
|
||||
color: #429a82;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 32px;
|
||||
max-width: 980px;
|
||||
}
|
||||
|
||||
.content p {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.alert {
|
||||
margin: 25px 0 10px 0;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in a new issue