Skip to content

Commit 9a544d3

Browse files
committed
UX Padding Clean-up
1 parent 5dfa9f0 commit 9a544d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 pt-6 btn">Host a workshop</a>
28+
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
2929
</div>
3030
</div> -->
3131
</div>

themes/hugoplate/layouts/workshops/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<div class="px-7 pt-7 bg-theme-light dark:bg-darkmode-theme-light rounded">
2020
<h3 class="pb-5 pt-5 text-xl">Upcoming Workshops</h3>
2121
{{ partial "components/upcoming-events" . }}
22-
<div class="text-right pb-5"> <!-- Right-align the button -->
23-
<a href="/getting-involved/" class="btn-primary btn-sm pt-6 btn">Host a workshop</a>
22+
<div class="text-right pb-5 pt-5"> <!-- Right-align the button -->
23+
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
2424
</div>
2525
</div>
2626
</div>

themes/hugoplate/layouts/workshops/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"Telegram" false) }}
6666
</div>
6767
<div class="px-7 pt-7 bg-theme-light dark:bg-darkmode-theme-light rounded">
68-
<h3 class="pb-5 text-xl">Upcoming Workshops</h3>
68+
<h3 class="pb-5 pt-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 pt-6 btn">Host a workshop</a>
71+
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
7272
</div>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)