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