File tree 2 files changed +17
-10
lines changed
2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 5
5
.page-content {
6
6
position : relative;
7
7
min-height : 100vh ;
8
+ padding-bottom : 3rem ;
8
9
}
9
10
10
- .content-wrap {
11
- padding-bottom : 7 rem ; /* Footer height */
11
+ .main-header . navbar-brand {
12
+ margin-right : 2 rem ;
12
13
}
13
14
14
15
.footer {
15
- position : absolute;
16
16
bottom : 0 ;
17
17
height : 7rem ; /* Footer height */
18
18
}
Original file line number Diff line number Diff line change @@ -61,13 +61,20 @@ <h2 class="pb-2"><strong>{% block header %}{{ this.title }}{% endblock %}</stron
61
61
</ div >
62
62
</ div >
63
63
</ div >
64
- < div class ="row justify-content-md-center ">
65
- < div class ="col-12 footer bg-dark text-light py-4 px-3 ">
66
- < small >
67
- < p > < a rel ="license " href ="http://creativecommons.org/licenses/by/4.0/ "> < img alt ="Creative Commons License " style ="border-width:0 " src ="https://i.creativecommons.org/l/by/4.0/88x31.png " /> </ a > </ p >
68
- < p class ="text-muted "> All the content on this website is licensed under a < strong > < a rel ="license " href ="http://creativecommons.org/licenses/by/4.0/ "> Creative Commons Attribution 4.0 International License</ a > </ strong > unless otherwise specified.</ p >
69
- </ small >
64
+ </ div >
65
+ < footer class ="main-footer bg-dark ">
66
+ < div class ="container-fluid ">
67
+ < div class ="row justify-content-md-center ">
68
+ < div class ="col-9 footer text-light py-4 px-3 ">
69
+ < small >
70
+ < p > < a rel ="license " href ="http://creativecommons.org/licenses/by/4.0/ "> < img alt ="Creative Commons License "
71
+ style ="border-width:0 " src ="https://i.creativecommons.org/l/by/4.0/88x31.png " /> </ a > </ p >
72
+ < p class ="text-muted "> All the content on this website is licensed under a < strong > < a rel ="license "
73
+ href ="http://creativecommons.org/licenses/by/4.0/ "> Creative Commons Attribution 4.0 International
74
+ License</ a > </ strong > unless otherwise specified.</ p >
75
+ </ small >
76
+ </ div >
70
77
</ div >
71
78
</ div >
72
- </ div >
79
+ </ footer >
73
80
</ body >
You can’t perform that action at this time.
0 commit comments