aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-12-27 17:23:53 -0500
committerThedro Neely <thedroneely@gmail.com>2018-12-27 17:23:53 -0500
commit98abab5dd5dfd06079a9246440c148ddb87a58f3 (patch)
tree3aaee216a3c84800d5646f1718a0699cbcec9be1 /app/views/index.view.php
parent6152b7394a1ff2211a79dc3521593f3b7deabb6b (diff)
downloadthedroneely.com-98abab5dd5dfd06079a9246440c148ddb87a58f3.tar.gz
thedroneely.com-98abab5dd5dfd06079a9246440c148ddb87a58f3.tar.bz2
thedroneely.com-98abab5dd5dfd06079a9246440c148ddb87a58f3.zip
app/views/index: Fix centering of recent posts and projects
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index ba1a7b1..3e6cd37 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -46,8 +46,8 @@
<div class="columns">
- <div class="column has-text-centered">
- <div class="front__textbox has-text-left-desktop is-inline-block">
+ <div class="column has-text-centered has-text-left-mobile">
+ <div class="front__textbox has-text-left is-inline-block">
<h3 class="has-text-dark is-marginless is-size-5">
Recent Posts
@@ -63,13 +63,13 @@
<br>
<br>
- <a class="front__frame" href="post/">More posts <span class="icon">➤</span></a>
+ <a class="front__frame is-inline-block" href="post/">More posts <span class="icon">➤</span></a>
</div>
</div>
- <div class="column has-text-centered">
- <div class="front__textbox has-text-left-desktop is-inline-block">
+ <div class="column has-text-centered has-text-left-mobile">
+ <div class="front__textbox has-text-left is-inline-block">
<h3 class="has-text-dark is-marginless is-size-5">
Recent Projects
@@ -85,7 +85,7 @@
<br>
<br>
- <a class="front__frame" href="project/">More projects <span class="icon">➤</span></a>
+ <a class="front__frame is-inline-block" href="project/">More projects <span class="icon">➤</span></a>
</div>
</div>