File tree 2 files changed +19
-8
lines changed
2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,13 @@ body {
105
105
}
106
106
}
107
107
108
+ .vsp-footer-left ,
109
+ .vsp-footer-right {
110
+ display : flex;
111
+ padding-left : 0 ;
112
+ padding-right : 0 ;
113
+ }
114
+
108
115
.vsp-footer-left {
109
116
background-color : # 091440 ;
110
117
}
Original file line number Diff line number Diff line change 3
3
</ div> <!-- vsp-page-content -->
4
4
5
5
< footer class ="vsp-footer flex-md-row flex-row-reverse ">
6
- < div class ="vsp-footer-bg-left d-none d-sm-block col-md-6 col-12 "> </ div >
7
- < div class ="vsp-footer-bg-right d-none d-sm-block col-md-6 col-12 "> </ div >
6
+ < div class ="vsp-footer-bg-left col-md-6 col-12 "> </ div >
7
+ < div class ="vsp-footer-bg-right col-md-6 col-12 "> </ div >
8
8
9
- < div class ="container d-flex flex-wrap px-0 px-sm-2 mx-0 mx-sm-auto ">
9
+ < div class ="container d-flex flex-wrap ">
10
10
11
- < div class ="vsp-footer-left col-md-8 col-12 justify-content-center justify-content-md-start px-0 ">
11
+ < div class ="vsp-footer-left col-md-8 col-12 justify-content-center justify-content-md-start ">
12
+ < div class ="d-inline-block text-left ">
12
13
< p class ="py-4 m-0 ">
13
14
< strong > Stats updated:</ strong > {{ timeAgo .WebApiCache.UpdateTime }}
14
15
< br />
15
16
< strong > Support:</ strong > < a href ="mailto:{{ .WebApiCfg.SupportEmail }} " rel ="noopener noreferrer "> {{ .WebApiCfg.SupportEmail }}</ a >
16
17
< br />
17
18
< strong > VSP public key:</ strong > < span class ="code text-break "> {{ .WebApiCache.PubKey }}</ span >
18
19
</ p >
20
+ </ div >
19
21
</ div >
20
22
21
- < div class ="vsp-footer-right col-md-4 col-12 justify-content-center justify-content-md-end text-center text-md-right px-0 ">
23
+ < div class ="vsp-footer-right col-md-4 col-12 justify-content-center justify-content-md-end ">
24
+ < div class ="d-block text-center text-md-right ">
22
25
< p class ="py-4 m-0 ">
23
- Decred Developers | 2020-2024
24
- < br />
25
- The source code is available on < a href ="https://github.com/decred/vspd " target ="_blank " rel ="noopener noreferrer "> GitHub</ a >
26
+ Decred Developers | 2020-2024
27
+ < br />
28
+ The source code is available on < a href ="https://github.com/decred/vspd " target ="_blank " rel ="noopener noreferrer "> GitHub</ a >
26
29
</ p >
30
+ </ div >
27
31
</ div >
28
32
29
33
</ div >
You can’t perform that action at this time.
0 commit comments