margin top

This commit is contained in:
ThatOneCalculator 2023-05-04 10:24:31 -07:00
parent d4e048999d
commit 597ce41081
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,7 @@
<template> <template>
<p>{{ i18n.ts.signupsDisabled }}</p> <p>{{ i18n.ts.signupsDisabled }}</p>
<a href="https://calckey.org/join"> <a href="https://calckey.org/join">
<MkButton rounded gradate <MkButton rounded gradate>{{ i18n.ts.findOtherInstance }} </MkButton>
>{{ i18n.ts.findOtherInstance }}
</MkButton>
</a> </a>
<form <form
class="qlvuhzng _formRoot" class="qlvuhzng _formRoot"
@ -498,6 +496,7 @@ function onSubmit(): void {
<style lang="scss" scoped> <style lang="scss" scoped>
.qlvuhzng { .qlvuhzng {
margin-top: 1rem;
.captcha { .captcha {
margin: 16px 0; margin: 16px 0;
} }