Center logo, add "powered by" in footer
This commit is contained in:
parent
f549243c10
commit
9ca470ffb6
2 changed files with 6 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<p>Powered by <a href="/">Report Mosquitoes Online</a></p>
|
||||
<p class="mb-0">© 2025 Gleipnir LLC</p>
|
||||
</div>
|
||||
<div class="col-md-6 text-md-end">
|
||||
|
|
|
|||
|
|
@ -12,7 +12,10 @@
|
|||
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
|
||||
}
|
||||
.district-logo {
|
||||
max-height: 80px;
|
||||
display:block;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
max-height: 88px;
|
||||
width: auto;
|
||||
}
|
||||
.quick-report-mobile {
|
||||
|
|
@ -33,7 +36,7 @@
|
|||
<div class="row justify-content-center">
|
||||
<div class="col-lg-10">
|
||||
<h2 class="text-center mb-4">Report Mosquitoes for {{.District.Name}}</h2>
|
||||
<img src="{{.District.LogoURL}}" width="256"/>
|
||||
<img class="district-logo" src="{{.District.LogoURL}}" />
|
||||
<p class="lead text-center">This is the reporting page for mosquito problems in your area.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue