We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a544d3 commit d9f2f87Copy full SHA for d9f2f87
themes/hugoplate/layouts/workshops/single.html
@@ -67,7 +67,7 @@
67
<div class="px-7 pt-7 bg-theme-light dark:bg-darkmode-theme-light rounded">
68
<h3 class="pb-5 pt-5 text-xl">Upcoming Workshops</h3>
69
{{ partial "components/upcoming-events" . }}
70
- <div class="text-right pb-5"> <!-- Right-align the button -->
+ <div class="text-right pb-5 pt-5"> <!-- Right-align the button -->
71
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
72
</div>
73
0 commit comments