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