fixed email field

This commit is contained in:
Daniella / Tove 2022-01-19 16:36:44 +01:00
parent 71001f2fa1
commit bf0e547845

View file

@ -88,7 +88,7 @@
</style> </style>
</head> </head>
<body> <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> <a style="position: fixed; bottom: 10px; right: 10px;" href="/"><button type="button">Home</button></a>
<div class="posts"> <div class="posts">
<%- (function(){ <%- (function(){