mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
margin top
This commit is contained in:
parent
fb991fc12a
commit
2bbeced829
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue