aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-16 20:07:49 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-16 20:07:49 -0400
commitadbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c (patch)
treee06472a96e1884b41e62554f0790d9cf1f02318f /app/views/index.view.php
parentc40d3f95a39b5b5f52b1bc164b0e65b1c74b06af (diff)
downloadthedroneely.com-adbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c.tar.gz
thedroneely.com-adbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c.tar.bz2
thedroneely.com-adbc06f89a264e73d8fbf0ee4591f9b8d36cdc5c.zip
public/css/tdro: Height fix
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index f74ed15..7955fb7 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -42,7 +42,7 @@
worked on as well as other interesting discoveries.
</p>
- <span class="marginnote leftnote">
+ <span class="quote marginnote leftnote">
<span class="has-text-weight-bold has-margin-bottom-sm is-block">Random Quote</span>
<?php $quote = shell_exec('fortune quotes'); ?>
<?php echo $quote; ?>