Patch new-template clickability

This commit is contained in:
Sage Vaillancourt 2023-12-17 00:58:38 -05:00
parent 09f182fcd0
commit d9fa6fdf33
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@
onchange="window.location = '/?letter_name=' + this.options[this.value - 1].label" onchange="window.location = '/?letter_name=' + this.options[this.value - 1].label"
) )
}} }}
<div class="btn secondary color-fade" style="display: flex; justify-content: center; align-items: center; padding-left: 0.75em; padding-right: 0.75em; margin-left: 0.5em;"> <div class="btn secondary color-fade" style="display: flex; justify-content: center; align-items: center; padding: 0; margin-left: 0.5em;">
<a <a
href="/add_letter" href="/add_letter"
style="text-decoration: none; margin: 0; padding: 0;" style="text-decoration: none; margin: 0; padding: 0.25em 0.75em;"
> + </a> > + </a>
</div> </div>
</div> </div>