fixed email field
This commit is contained in:
parent
71001f2fa1
commit
bf0e547845
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<%-email ? `<block style="text-align: center;">Please send any inquiries to ${email}.</block><br/>` : ''%>
|
||||
<%-email ? `<block style="text-align: center; width: 100%;">Please send any inquiries to ${email}.</block><br/>` : ''%>
|
||||
<a style="position: fixed; bottom: 10px; right: 10px;" href="/"><button type="button">Home</button></a>
|
||||
<div class="posts">
|
||||
<%- (function(){
|
||||
|
|
Loading…
Add table
Reference in a new issue