aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-01-21 07:10:16 -0500
committerThedro Neely <thedroneely@gmail.com>2019-01-21 07:10:16 -0500
commit17ebdd029f159f55118284607dd102b263092267 (patch)
treef39678d3cf81c349469eee64c615dcae4d37df3c /views
parentd046a5814bf58efc5e2227877b79ddc55759e31c (diff)
downloadedwinmattiacci.com-17ebdd029f159f55118284607dd102b263092267.tar.gz
edwinmattiacci.com-17ebdd029f159f55118284607dd102b263092267.tar.bz2
edwinmattiacci.com-17ebdd029f159f55118284607dd102b263092267.zip
views/sent: Add class to sent views
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>