aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-04 01:03:07 -0600
committerMatt Rude <[email protected]>2018-02-04 01:03:07 -0600
commit0d7ab73ef6e26f40b63faeed1293b12e8a8c33d3 (patch)
tree5b10acfbcc0e37fea003cc5f35adf4c519f3cde6 /index.html
parentfffb45e8d7f6041cda8a6110c058589513e38991 (diff)
downloadxmpp-site-lite-0d7ab73ef6e26f40b63faeed1293b12e8a8c33d3.tar.gz
xmpp-site-lite-0d7ab73ef6e26f40b63faeed1293b12e8a8c33d3.tar.bz2
xmpp-site-lite-0d7ab73ef6e26f40b63faeed1293b12e8a8c33d3.zip
minor typo correction
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index a04c036..7d0d183 100644
--- a/index.html
+++ b/index.html
@@ -97,9 +97,9 @@ permalink: /
<div id="server-features-content" class="col-10" style="padding-right:unset;">
<div id="features" class="index-section feature-section" style="min-height:400px;margin-left:-23%;padding-left:23%;background-color: rgba(0, 0, 0, 0.1);">
<div class="container offsetanchor">
- <div class="section-headder" id="features-section">
+ <div class="section-header" id="features-section">
<center>
- <span class="{{ section.glyph }}" style="font-size:100px;" aria-hidden="true"></span>
+ <span class="fa fa-cogs" style="font-size:100px;" aria-hidden="true"></span>
<h2>Server Features</h2>
</center>
</div>
@@ -116,7 +116,7 @@ permalink: /
{% for section in site.data.sections %}
<div id="{{ section.slug }}" class="index-section feature-section" style="background-color:#{{ section.color }};margin-left:-23%;padding-left:23%;">
<div class="container offsetanchor">
- <div class="section-headder" id="feature-{{ section.slug }}">
+ <div class="section-header" id="feature-{{ section.slug }}">
<center>
<span class="{{ section.glyph }}" style="font-size:100px;" aria-hidden="true"></span>
<h2>{{ section.name }}</h2>