aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-01 06:16:58 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-01 06:16:58 -0500
commit5f3de5ca337e4379196d9ed8094b71b5a6ef5a11 (patch)
tree6dae168dcb9b5ebf8fa9f079517999db4df26627 /app/views
parent842d110a320d5d55a917766f55a79f700ab0d657 (diff)
downloadthedroneely.com-5f3de5ca337e4379196d9ed8094b71b5a6ef5a11.tar.gz
thedroneely.com-5f3de5ca337e4379196d9ed8094b71b5a6ef5a11.tar.bz2
thedroneely.com-5f3de5ca337e4379196d9ed8094b71b5a6ef5a11.zip
app/views/mail: Tighten columns in mail views
Diffstat (limited to 'app/views')
-rw-r--r--app/views/mail-error.view.php4
-rw-r--r--app/views/mail-sent.view.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/views/mail-error.view.php b/app/views/mail-error.view.php
index 4cd9808..24e45d2 100644
--- a/app/views/mail-error.view.php
+++ b/app/views/mail-error.view.php
@@ -12,8 +12,8 @@
<div class="hero-body">
<div class="container">
- <div class="columns">
- <div class="column is-8 is-offset-2 has-text-centered">
+ <div class="columns is-centered">
+ <div class="column is-7 has-text-centered">
<br>
<p><?php echo 'The message could not be sent. <br> Mailer Reply:'. "\r", $mailError; ?></p>
diff --git a/app/views/mail-sent.view.php b/app/views/mail-sent.view.php
index 27384ae..43f68ad 100644
--- a/app/views/mail-sent.view.php
+++ b/app/views/mail-sent.view.php
@@ -10,8 +10,8 @@
<div class="hero-body">
<div class="container">
- <div class="columns">
- <div class="column is-8 is-offset-2 has-text-centered">
+ <div class="columns is-centered">
+ <div class="column is-7 has-text-centered">
<article class="has-text-centered">
<h3>Thank you for your message.</h3>
<a href="/"><b>Return to the Home Page</b></a>