use margin-top
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Max Erenberg 2024-02-13 05:26:52 -05:00
parent cab636dc35
commit 68cb9d4600
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ footer {
font-size: 0.8rem;
}
.pt-6 { padding-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }

View File

@ -15,7 +15,7 @@
<input type="hidden" name="_csrf" value="{{ .csrf }}" />
<input type="submit" class="py-2 px-6 text-lg" value="Reset my password" />
</form>
<p class="pt-6">
<p class="mt-10">
<a href="..">Return home</a>
</p>
{{ end }}

View File

@ -8,7 +8,7 @@
our emails there. If you still have not received the confirmation email after
20 minutes, please contact the <a href="mailto:syscom@csclub.uwaterloo.ca">Systems Committee</a>.
</p>
<p class="pt-6">
<p class="mt-10">
<a href="..">Return home</a>
</p>
{{ end }}