aboutsummaryrefslogtreecommitdiff
path: root/views/senterror.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/senterror.view.php')
-rw-r--r--views/senterror.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/senterror.view.php b/views/senterror.view.php
index 1742cd2..fc5d5fc 100644
--- a/views/senterror.view.php
+++ b/views/senterror.view.php
@@ -1,7 +1,7 @@
<?php require __DIR__ . '/partials/header.php'; ?>
<main>
- <div>
+ <div class="mail__info">
<p><?php echo 'Message could not be sent. Mailer Error: <br>', $mail->ErrorInfo; ?></p>
<a href="/contact"><b>Return to the Contact Page</b></a>