Fix mailer header flow around pool image
This commit is contained in:
parent
1df2aa72c0
commit
0c00171d8f
1 changed files with 14 additions and 18 deletions
|
|
@ -83,8 +83,8 @@
|
|||
|
||||
.hdr-text {
|
||||
width: 1.95in;
|
||||
font-size: 10.5pt;
|
||||
line-height: 1.15;
|
||||
font-size: 10pt;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/* Spanish scaling adjustments */
|
||||
|
|
@ -226,14 +226,11 @@
|
|||
<div class="hdr-peach">
|
||||
<div class="hdr-top">
|
||||
<div class="hdr-text">
|
||||
Aerial review indicates<br />
|
||||
possible standing water at<br />
|
||||
this address.<br /><br />
|
||||
Upload a photo to confirm<br />
|
||||
conditions and close this<br />
|
||||
case.<br /><br />
|
||||
Not your property? Please<br />
|
||||
let us know.
|
||||
<p>
|
||||
Aerial review indicates possible standing water at this address.
|
||||
</p>
|
||||
<p>Upload a photo to confirm conditions and close this case.</p>
|
||||
<p>Not your property? Please let us know.</p>
|
||||
</div>
|
||||
<img class="hdr-photo-img" src="{{ .PoolImageURL }}" alt="Pool photo" />
|
||||
</div>
|
||||
|
|
@ -311,14 +308,13 @@
|
|||
<div class="hdr-peach">
|
||||
<div class="hdr-top">
|
||||
<div class="hdr-text">
|
||||
La revisión aérea indica<br />
|
||||
posible agua estancada en<br />
|
||||
esta dirección.<br /><br />
|
||||
Suba una foto para confirmar<br />
|
||||
las condiciones y cerrar este<br />
|
||||
caso.<br /><br />
|
||||
¿No es su propiedad? Por favor<br />
|
||||
infórmenos.
|
||||
<p>
|
||||
La revisión aérea indica posible agua estancada en esta dirección.
|
||||
</p>
|
||||
<p>
|
||||
Suba una foto para confirmar las condiciones y cerrar este caso.
|
||||
</p>
|
||||
<p>¿No es su propiedad? Por favor infórmenos.</p>
|
||||
</div>
|
||||
<img
|
||||
class="hdr-photo-img"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue