aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-07-25 17:00:23 -0400
committerThedro Neely <thedroneely@gmail.com>2019-07-25 17:00:23 -0400
commit8aa827448271161b7bfa1bb7f59c0a8fbb484cd9 (patch)
tree86f55499854594f8adc32f7afbc49f38f009407e /app/views/index.view.php
parentb3a024deff331813b89b1ab6684b377be0f52fa8 (diff)
downloadthedroneely.com-8aa827448271161b7bfa1bb7f59c0a8fbb484cd9.tar.gz
thedroneely.com-8aa827448271161b7bfa1bb7f59c0a8fbb484cd9.tar.bz2
thedroneely.com-8aa827448271161b7bfa1bb7f59c0a8fbb484cd9.zip
app/views/index: Use block span
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 1b1b848..359410c 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -35,7 +35,7 @@
<?php $quote = shell_exec('fortune -s'); ?>
<span class="marginnote leftnote">
- <p class="has-text-weight-bold has-margin-bottom-sm">Random Quote</p>
+ <span class="has-text-weight-bold has-margin-bottom-sm is-block">Random Quote</span>
<?php echo $quote; ?>
</span>