fix: more coherent style

This commit is contained in:
Julien Calixte
2026-03-14 11:52:23 +01:00
parent 5e69fc9d02
commit 6c429d6d58
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ const getStyle = (seed: string) => {
border: 0;
width: 160px;
height: 90px;
font-size: 1.3rem;
}
}
</style>

View File

@@ -25,7 +25,7 @@ const { userInput, repoInput, submit } = useForm()
<div class="get-started">
<sign-in-atproto :with-sign-out="false" />
<sign-in-github />
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn"
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn btn-sm"
>Manage your repos</router-link
>
</div>