aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-04 04:05:59 -0600
committerMatt Rude <[email protected]>2018-02-04 04:05:59 -0600
commit0c9808870d28e5f7b0d612b366b73e972824dc95 (patch)
treeb447ce95b19977f540c1c4bd36a3706bb82fdb6d /index.html
parent2d9a5860cce57e13e2f7b2fef16a27d744c5a9c6 (diff)
downloadxmpp-site-lite-0c9808870d28e5f7b0d612b366b73e972824dc95.tar.gz
xmpp-site-lite-0c9808870d28e5f7b0d612b366b73e972824dc95.tar.bz2
xmpp-site-lite-0c9808870d28e5f7b0d612b366b73e972824dc95.zip
Minor updates
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 eabc0e5..4ddcacb 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,7 @@ permalink: /
<div id="server-features" class="container-fluid">
<div class="row justify-content">
<!-- Starting the page index nav menu -->
- <div id="server-features-index" class="col-2">
+ <div id="server-features-index" class="col-2 hidden-sm-down">
<nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:50px;margin-top:-50px;">
<nav id="nav-body" class="nav nav-pills flex-column bg-light">
<nav class="nav nav-pills flex-column">
@@ -94,7 +94,7 @@ permalink: /
<!-- Ending the page index nav menu -->
<!-- Starting the content section of the page -->
- <div id="server-features-content" class="col-10" style="padding-right:unset;">
+ <div id="server-features-content" class="col-sm-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-header" id="features-section">
@@ -143,7 +143,7 @@ permalink: /
<p>{{ section.text }}</p>
{% for feature in site.data.features %}
{% if feature.section == section.slug %}
- <div class="{% if section.col == 3 %}col-md-4 col-sm-6{% else %}col-6{% endif %}" style="min-height:280px;">
+ <div class="{% if section.col == 3 %}col-md-4{% else %}col-sm-6{% endif %}" style="min-height:280px;">
<h3>{{ feature.name }}</h3>
<p>{{ feature.text }}</p>
</div>