aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/index.view.php4
-rw-r--r--public/css/tdro.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 69d2913..387bca0 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -33,9 +33,7 @@
<div class="content">
- <br>
-
- <p class="has-text-left">
+ <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>
system administrator.
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 96d6bc1..61e9f6d 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -6111,6 +6111,8 @@ a code { color: #0147b7; }
/* more posts and projects link frame */
+.introduction { padding: 1em; margin-top: 0.75em; }
+
.front__more { text-transform: uppercase; }
.front__more svg { vertical-align: bottom; }