feat: restyle unauthenticated screens #1103

Merged
dpschen merged 29 commits from feature/login-pages into main 2021-12-12 16:40:14 +00:00
Showing only changes of commit fc8321df6b - Show all commits

View File

@ -101,7 +101,6 @@ const motd = computed(() => store.state.config.motd)
}
.logo {
color: var(--logo-text-color);
max-width: 100%;
margin: 1rem 0;
}