changeset 102:8d1c300f0a3a

Layout changes suggested by Alex to avoid horizontal scrolling.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 02 Nov 2016 10:48:54 +0100
parents 6271c701830d
children 34cd51c807b1
files _includes/footer.html _layouts/default.html
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/footer.html	Wed Nov 02 10:47:48 2016 +0100
+++ b/_includes/footer.html	Wed Nov 02 10:48:54 2016 +0100
@@ -1,4 +1,4 @@
-<footer class="row">
+<footer class="column">
   <section>
   <h3>Support</h3>
   <div class="row">
--- a/_layouts/default.html	Wed Nov 02 10:47:48 2016 +0100
+++ b/_layouts/default.html	Wed Nov 02 10:48:54 2016 +0100
@@ -7,14 +7,14 @@
 
     {% include header.html %}
 
-    <div class="page-content">
-      <div class="wrapper row">
+    <div class="page-content row">
+      <div class="wrapper column">
         {{ content }}
       </div>
+
+      {% include footer.html %}
     </div>
 
-    {% include footer.html %}
-
   </body>
 
 </html>