aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-16 18:47:24 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-16 18:47:24 -0400
commitc40d3f95a39b5b5f52b1bc164b0e65b1c74b06af (patch)
tree02d6d97da6ad9bd15b5c82f48013f9fdcc2b738c
parent6cdfa3251110249b25b585401c53be511cab6dc0 (diff)
downloadthedroneely.com-c40d3f95a39b5b5f52b1bc164b0e65b1c74b06af.tar.gz
thedroneely.com-c40d3f95a39b5b5f52b1bc164b0e65b1c74b06af.tar.bz2
thedroneely.com-c40d3f95a39b5b5f52b1bc164b0e65b1c74b06af.zip
app/views/index: Move random quotes lower on page
-rw-r--r--app/views/index.view.php12
-rw-r--r--public/css/tdro.css2
2 files changed, 7 insertions, 7 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 1fdb924..f74ed15 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -33,12 +33,6 @@
<div class="content">
- <?php $quote = shell_exec('fortune quotes'); ?>
- <span class="marginnote leftnote">
- <span class="has-text-weight-bold has-margin-bottom-sm is-block">Random Quote</span>
- <?php echo $quote; ?>
- </span>
-
<p class="introduction has-text-left">
My name is Thedro <span class="has-text-grey-dark">[/tee:dro/]</span> &mdash;
a web developer and <a class="underline" href="https://en.wikipedia.org/wiki/Linux">linux and unix-like</a>
@@ -48,6 +42,12 @@
worked on as well as other interesting discoveries.
</p>
+ <span class="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; ?>
+ </span>
+
</div>
<div class="recent__article">
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 75f29bf..31039f4 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -5904,7 +5904,7 @@ blockquote p { font-size: 1.3rem !important; color: #333; }
.document .subtitle { margin-top: 0 !important; margin-bottom: 1.5em !important; }
.is-small-caps { font-variant: small-caps; }
-.recent__article .columns { clear: both; }
+@media (max-width: 768px) { .recent__article .columns { clear: both; } }
.recent__article .marginnote, .recent__article .sidenote { margin-top: 0 !important; }
/* isso comments */