aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-10-26 18:37:37 -0500
committerMatt Rude <[email protected]>2017-10-26 18:37:37 -0500
commitcd498bd0e3d2fdfdbba799983d0fe32ed47ed645 (patch)
treef35c0da2348a57c074805d22623871877b600e9c
parent82a8c3d1121be78e8e1f094acd0be3ad14a2eebe (diff)
downloadxmpp-site-builder-cd498bd0e3d2fdfdbba799983d0fe32ed47ed645.tar.gz
xmpp-site-builder-cd498bd0e3d2fdfdbba799983d0fe32ed47ed645.tar.bz2
xmpp-site-builder-cd498bd0e3d2fdfdbba799983d0fe32ed47ed645.zip
Increase font size on contact links section of contact page.
-rw-r--r--css/main.css5
-rw-r--r--pages/contact.html2
2 files changed, 5 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css
index 2fb5214..8fe6a4c 100644
--- a/css/main.css
+++ b/css/main.css
@@ -17,7 +17,10 @@ body {
.section-headder {
padding: 60px 0 10px;
}
-
+#contact-list {
+ font-size:2em;
+ text-align: center;
+}
td.PASSED {
background-color: green;
color: white;
diff --git a/pages/contact.html b/pages/contact.html
index 2c1c1f0..3e3f1c2 100644
--- a/pages/contact.html
+++ b/pages/contact.html
@@ -14,7 +14,7 @@ permalink: /contact/
<p>This site is maintained by Matt Rude (<a href="https://keyserver.mattrude.com/d/0xc4909ee495b0761f">0xc4909ee495b0761f</a>). If you would like to report any problems or bugs, please send a email or XMPP messsage to the email address listed in one of my public keys.</p>
<p>If you are thankful for this service, please consider donating some funds to the cause. My bitcoin address is <code class="highlighter-rouge">1211xFABAc7W4QELfaGFvEqzUhVF2zbm33</code>.</p>
<p>You may also see my profile on <a href="https://keybase.io/mattrude">keybase.io/mattrude</a>.</p>
- <ul class="list-inline">
+ <ul id="contact-list" class="list-inline">
<li><b><a href="mailto:[email protected]" title="Email Address"><i class="fa fa-envelope"></i></a></b></li>
<li><b><a href="https://www.twitter.com/mdrude" title="Twitter Profile Page"><i class="fa fa-twitter-square"></i></a></b></li>
<li><b><a href="https://www.facebook.com/mattrude" title="Facebook Profile Page"><i class="fa fa-facebook-official"></i></a></b></li>