aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
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>