Skip to content

Commit 74bc8e6

Browse files
committedJul 12, 2024··
pr feedback
1 parent fde81c4 commit 74bc8e6

File tree

3 files changed

+11
-56
lines changed

3 files changed

+11
-56
lines changed
 

‎assets/css/main.css

+4-50
Original file line numberDiff line numberDiff line change
@@ -222,60 +222,14 @@ a:hover {
222222
margin-left: auto;
223223
}
224224

225-
.membership-carousel {
226-
display: flex;
227-
flex-direction: column;
228-
229-
.membership-tier {
230-
display: flex;
231-
flex: 1;
232-
flex-basis: 30%;
233-
flex-direction: column;
234-
padding-left: 0.5rem;
235-
padding-right: 0.5rem;
236-
237-
.header {
238-
margin-bottom: 0.75rem;
239-
240-
h3 {
241-
margin-bottom: 0;
242-
}
243-
244-
sub {
245-
font-size: 85%;
246-
}
247-
}
248-
249-
.description-box {
250-
flex: 1;
251-
}
252-
253-
.benefits-list {
254-
li {
255-
font-size: 0.95rem;
256-
}
257-
}
258-
}
259-
}
260-
261-
@media screen and (min-width: 640px) {
262-
.membership-carousel {
263-
flex-direction: row;
264-
265-
.membership-tier {
266-
border-right: 1px solid lightgrey;
267-
268-
&:last-child {
269-
border-right: none;
270-
}
271-
}
272-
}
273-
}
274-
275225
.row {
276226
max-width: 65rem;
277227
}
278228

279229
.button.round {
280230
border-radius: 6px;
281231
}
232+
233+
.max-w-md {
234+
max-width: 28rem;
235+
}

‎index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
</div>
1919

2020
<div class="row">
21-
<div class=" columns">
21+
<div class="columns">
2222
<fieldset class="block">
2323
<legend>
2424
<h4>Get Involved</h4>
2525
</legend>
2626
<div>
27-
<p class="">Becoming a member of the Labs
27+
<p>Becoming a member of the Labs
2828
<a href="/about/facility">opens the doors to our resources and space</a>
2929
any time, as well as
3030
<a href="/events">free access to events</a>.
@@ -36,6 +36,7 @@ <h4>Get Involved</h4>
3636
publishable-key="pk_live_1sIaEOF4fdxq136517FMhqG0">
3737
</stripe-pricing-table>
3838
</fieldset>
39+
3940
<fieldset class="block">
4041
<legend>
4142
<h4>Support Us</h4>

‎support/donate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for charitable donations.
1717
If you'd like to support our work in this way, follow the link below! Thanks!
1818

1919
<p style="text-align: center;">
20-
<a href="https://www.paypal.com/gb/fundraiser/charity/113209" class="large button expand round" style="max-width: 30rem;">Donate</a>
20+
<a href="https://www.paypal.com/gb/fundraiser/charity/113209" class="large button expand round max-w-md">Donate</a>
2121
</p>
2222

2323
For larger donations, it may be easier to
@@ -34,7 +34,7 @@ and Google. If your employer is one of them, you can support the work of the
3434
charity below.
3535

3636
<p style="text-align: center;">
37-
<a class="large button round expand" style="max-width: 30rem;" type="button" href="https://causes.benevity.org/causes/826-NI_102754">Support
37+
<a class="large button round expand max-w-md" type="button" href="https://causes.benevity.org/causes/826-NI_102754">Support
3838
us via Benevity</a>
3939
</P>
4040

@@ -46,13 +46,13 @@ towards the upkeep of the space and it's community and if you want to support
4646
anything in particular, you can say so in the form!
4747

4848
<div class="btn-group" role="group" aria-label="support-group" style="text-align:center">
49-
<a class="large button round expand" style="max-width: 30rem;" type="button" href="https://www.patreon.com/bePatron?u=11068558">Support us via Patreon</a>
49+
<a class="large button round expand max-w-md" type="button" href="https://www.patreon.com/bePatron?u=11068558">Support us via Patreon</a>
5050
<form class="text-center" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
5151
<input type="hidden" name="cmd" value="_s-xclick">
5252
<input type="hidden" name="hosted_button_id" value="6E5VFUY63DKLS">
5353
<input type="hidden" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
5454
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
55-
<input type="submit" name="submit" style="max-width: 30rem;" class="large button round expand" value="Support us via PayPal">
55+
<input type="submit" name="submit" class="large button round expand max-w-md" value="Support us via PayPal">
5656
</form>
5757
</div>
5858

0 commit comments

Comments
 (0)
Please sign in to comment.