File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,10 @@ <h1 class="title has-text-white-ter is-size-1 has-text-weight-bold">
7
7
Support Us
8
8
</ h1 >
9
9
</ div >
10
+ < div style ="display: flex; justify-content: center; ">
10
11
< div class ="buttons ">
11
- < a href ="{{site.baseurl}}/assets/pdf/sponsorship-package.pdf " target ="_blank "
12
- class ="button is-rounded has-text-weight-normal is-outlined "> Sponsorship Package</ a >
13
12
< a href ="#support-us-how-to-donate "
14
13
class ="button is-rounded has-text-weight-normal is-outlined "> Donate</ a >
15
- < a href ="{{site.url}}{{site.baseurl}}/sponsors "
16
- class ="button is-rounded has-text-weight-normal is-outlined "> Current Sponsors</ a >
17
14
</ div >
18
15
</ div >
19
16
</ div >
Original file line number Diff line number Diff line change @@ -1068,9 +1068,9 @@ p {
1068
1068
}
1069
1069
.buttons {
1070
1070
color : var (--primary )!important ;
1071
- display : flex ;
1072
- justify-content : space-between ;
1073
- flex-wrap : wrap ;
1071
+ // display: flex;
1072
+ // justify-content: space-between;
1073
+ // flex-wrap: wrap;
1074
1074
}
1075
1075
.buttons a {
1076
1076
color : var (--header )!important ;
You can’t perform that action at this time.
0 commit comments