File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
< header class ="main-header ">
18
18
< div class ="container-fluid ">
19
19
< div class ="row justify-content-md-center ">
20
- < div class ="col-9 ">
20
+ < div class ="col-lg-9 col-md-9 col-sm-12 ">
21
21
< nav class ="navbar navbar-expand-xl navbar-dark " name ="top ">
22
22
{% set cc_logo = site.get('/').attachments.get('cclogo.svg') %}
23
23
< a class ="navbar-brand " href ="{{ '/'|url }} ">
93
93
</ header >
94
94
< div class ="container-fluid page-content ">
95
95
< div class ="row justify-content-md-center ">
96
- < div class ="col-9 content-wrap ">
96
+ < div class ="col-lg-9 col-md-9 col-sm-12 content-wrap ">
97
97
< div class ="page py-3 ">
98
98
< h1 class ="page-title pb-3 mb-4 "> {% block header %}{{ this.title }}{% endblock %}</ h1 >
99
99
{% block body %}{% endblock %}
@@ -105,7 +105,7 @@ <h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %
105
105
< footer class ="main-footer bg-dark ">
106
106
< div class ="container-fluid ">
107
107
< div class ="row justify-content-md-center ">
108
- < div class ="col-9 footer text-light py-4 px-3 ">
108
+ < div class ="col-lg-9 col-md-9 col-sm-12 footer text-light py-4 px-3 ">
109
109
< small >
110
110
< p > < a rel ="license " href ="http://creativecommons.org/licenses/by/4.0/ "> < img alt ="Creative Commons License "
111
111
style ="border-width:0 " src ="https://i.creativecommons.org/l/by/4.0/88x31.png " /> </ a > </ p >
You can’t perform that action at this time.
0 commit comments