chore: move margin
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-11-26 21:47:47 +01:00
parent 72b44567b8
commit 86bea079f0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ export default {
padding: .75rem 1rem;
border: 1px solid var(--primary);
background: hsla(var(--primary-hsl), .05);
margin: .5rem 0;
border-radius: $radius;
}
</style>

View File

@ -2,7 +2,7 @@
<div class="no-auth-wrapper">
<div class="noauth-container">
<Logo class="logo" width="400" height="117" />
<message v-if="motd !== ''">
<message v-if="motd !== ''" class="my-2">
{{ motd }}
</message>
<slot/>