aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>