summaryrefslogtreecommitdiff
path: root/views/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/about.html')
-rw-r--r--views/about.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/views/about.html b/views/about.html
index 79f179f..bd32fc2 100644
--- a/views/about.html
+++ b/views/about.html
@@ -8,6 +8,8 @@
<% include header.html %>
</header>
<div class="container">
+ <div class="row">
+ <div class="col-lg-8 col-lg-offset-2">
<h1>About</h1>
<section>
<p>
@@ -18,11 +20,15 @@
</p>
</section>
</div>
+ </div>
+ </div>
+
-
<footer class="footer">
<% include footer.html %>
- </footer>
+ </footer>
+
+
</body>
</html> \ No newline at end of file