aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/sent.view.php2
-rw-r--r--views/senterror.view.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/sent.view.php b/views/sent.view.php
index ff5c21a..2faaef0 100644
--- a/views/sent.view.php
+++ b/views/sent.view.php
@@ -1,7 +1,7 @@
<?php require __DIR__ . '/partials/header.php'; ?>
<main>
- <div>
+ <div class="mail__info">
<h2>Thank you for your message.</h2>
<a href="/"><b>Return to the Home Page</b></a>
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>