Skip to content

Commit 940d3f9

Browse files
committed
Remove buttons that go to no where
1 parent 0d85b3f commit 940d3f9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

_includes/support-us-showcase.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ <h1 class="title has-text-white-ter is-size-1 has-text-weight-bold">
77
Support Us
88
</h1>
99
</div>
10+
<div style="display: flex; justify-content: center;">
1011
<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>
1312
<a href="#support-us-how-to-donate"
1413
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>
1714
</div>
1815
</div>
1916
</div>

assets/css/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,9 +1068,9 @@ p {
10681068
}
10691069
.buttons {
10701070
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;
10741074
}
10751075
.buttons a {
10761076
color: var(--header)!important;

0 commit comments

Comments
 (0)