Skip to content

Commit 519eb35

Browse files
committed
UX Padding Clean-up
1 parent 0c805cc commit 519eb35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

themes/hugoplate/layouts/journalclub/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<h3 class="pb-5 pt-5 text-xl">Upcoming Journal clubs</h3>
2626
{{ partial "components/upcoming-events" . }}
2727
<div class="text-right pb-5">
28-
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
28+
<a href="/getting-involved/" class="btn-primary btn-sm pt-6 btn">Host a workshop</a>
2929
</div>
3030
</div> -->
3131
</div>

themes/hugoplate/layouts/workshops/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<h3 class="pb-5 pt-5 text-xl">Upcoming Workshops</h3>
2121
{{ partial "components/upcoming-events" . }}
2222
<div class="text-right pb-5"> <!-- Right-align the button -->
23-
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
23+
<a href="/getting-involved/" class="btn-primary btn-sm pt-6 btn">Host a workshop</a>
2424
</div>
2525
</div>
2626
</div>

themes/hugoplate/layouts/workshops/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<h3 class="pb-5 text-xl">Upcoming Workshops</h3>
6969
{{ partial "components/upcoming-events" . }}
7070
<div class="text-right pb-5"> <!-- Right-align the button -->
71-
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
71+
<a href="/getting-involved/" class="btn-primary btn-sm pt-6 btn">Host a workshop</a>
7272
</div>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)