This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new 751b1f4 put the page content into a bootstrap container
751b1f4 is described below
commit 751b1f44d35c4596b8762ef898b7c45398cfea8c
Author: Greg Stein <[email protected]>
AuthorDate: Mon Dec 9 19:29:10 2019 -0600
put the page content into a bootstrap container
---
theme/apache/templates/base.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 639bc92..c1dd2de 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -81,8 +81,10 @@
</nav>
- {% block content %}
- {% endblock %}
+ <div class="container">
+ {% block content %}
+ {% endblock %}
+ </div>
<footer class="navbar-expand-lg navbar-light bg-light">
<div class="footer" id="footer">