aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-08-04 02:00:36 -0500
committerMatt Rude <[email protected]>2017-08-04 02:00:36 -0500
commit05ab8b4b7edda852aeed969b1ee0eb8f5a7d4e5e (patch)
tree0fd131f4e145cf4c71d1728e6314579b258ed772
parent29749f0fbd7e2a985e4011a370424cb76273fd1c (diff)
downloadxmpp-site-builder-05ab8b4b7edda852aeed969b1ee0eb8f5a7d4e5e.tar.gz
xmpp-site-builder-05ab8b4b7edda852aeed969b1ee0eb8f5a7d4e5e.tar.bz2
xmpp-site-builder-05ab8b4b7edda852aeed969b1ee0eb8f5a7d4e5e.zip
Minor update
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 36cfefb..7169a79 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ permalink: /
<div class="jumbotron" style="padding-top:90px;">
<div class="container">
- <div class="col-md-4">
+ <div class="col-md-4 col-sm-4">
<img src="{{ site.url }}/img/xmpp_logo.png" width="233px;" height="240px;">
</div>
<div class="col-md-8" style="text-align:right;">
@@ -16,7 +16,7 @@ permalink: /
</div>
<div class="container offsetanchor" id="opening">
- <div class="col-md-7">
+ <div class="col-md-7 col-sm-6">
<p>This is the <strong>{{ site.name }}</strong> communication service website. This site is here to provide basic
information on using this service. A <a href="{{ site.url }}/help/definitions/#xmpp-server">XMPP</a>
service provides messaging ability via a local client. XMPP sites like this service are
@@ -33,7 +33,7 @@ permalink: /
or <a href="https://chatsecure.org/">ChatSecure</a> for mobile.</p>
</div>
- <div class="col-md-5">
+ <div class="col-md-5 col-sm-6">
<h1>Connecting...</h1>
<ul>
<li>Port: <b>5222</b></li>
@@ -57,7 +57,7 @@ permalink: /
<div class="feature-{{ section.slug }}">
{% for feature in site.data.features %}
{% if feature.section == section.slug %}
- <div class="col-md-4" style="min-height:280px;">
+ <div class="col-md-4 col-sm-6" style="min-height:280px;">
<h3>{{ feature.name }}</h3>
<p>{{ feature.text }}</p>
</div>