feat(alias): style redirect page

Can't load from config, so it just loads main.css (no skins or extra CSS).
This commit is contained in:
welpo 2023-09-15 01:42:41 +02:00
parent 465bc55b9a
commit ca6e621981
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
2 changed files with 24 additions and 0 deletions

View file

@ -238,6 +238,17 @@ strong {
text-align: center;
}
.center-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0;
width: 100%;
height: 100vh;
text-align: center;
}
.subheader {
margin-bottom: 2rem;
}