File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{{ $baseUrl := .Site.BaseURL | replaceRE "/$" "" }}
22
3- < footer class =" footer " >
3+ < footer >
44 < div class ="container ">
5- < div class ="col-md-2 ">
5+ < div class ="footer-item ">
66 < p class ="text-muted ">
77 Get Involved
88 < br >
1111 < a href ="https://github.com/GothenburgBitFactory/taskwarrior "> < em class ="bi bi-github "> </ em >  Clone the code</ a >
1212 </ p >
1313 </ div >
14- < div class ="col-md-2 ">
14+ < div class ="footer-item ">
1515 < p class ="text-muted ">
1616 Related Sites
1717 < br >
2222 < a href ="https://timewarrior.net "> timewarrior.net</ a >
2323 </ p >
2424 </ div >
25- < div class ="col-md-2 ">
25+ < div class ="footer-item ">
2626 < p class ="text-muted ">
2727 Contact
2828 < br >
3131 < a href ="https://twitter.com/taskwarrior "> < em class ="bi bi-twitter "> </ em >  Twitter</ a >
3232 </ p >
3333 </ div >
34- < div class ="col-md-2 ">
34+ < div class ="footer-item ">
3535 < div class ="text-muted ">
3636 Donate
3737 < br >
3838 < a href ="https://github.com/sponsors/GothenburgBitFactory "> < em class ="bi bi-github "> </ em >  GitHub sponsors</ a >
3939 </ div >
4040 </ div >
41- < div class ="col-md-2 ">
41+ < div class ="footer-item ">
4242 < p class ="text-muted ">
4343 Copyright © {{ now.Year }} < a href ="https://github.com/GothenburgBitFactory "> Göteborg Bit Factory</ a >
4444 </ p >
Original file line number Diff line number Diff line change 44}
55
66body {
7- margin-bottom : 120 px ;
7+ height : 100 vh ;
88 padding-top : 51px ;
99 padding-bottom : 0 ;
10+ display : flex;
11+ flex-flow : column;
12+ justify-content : space-between;
1013}
1114
1215body > .container {
@@ -49,13 +52,25 @@ dl dt {
4952}
5053
5154footer {
52- position : absolute;
53- bottom : 0 ;
54- padding-top : 10px ;
5555 width : 100% ;
56- height : 140 px ;
56+ padding : 20 px 0 ;
5757 line-height : 20px ;
58- background-color : # 222 ;
58+ background-color : # 333 ;
59+ }
60+
61+ footer .container {
62+ display : flex;
63+ flex-direction : row;
64+ flex-wrap : wrap;
65+ justify-content : space-between;
66+ }
67+
68+ .footer-item {
69+ margin : 0 10px
70+ }
71+
72+ footer .container : before {
73+ content : none;
5974}
6075
6176.banner h1 {
You can’t perform that action at this time.
0 commit comments