feat(alias): style redirect page (#156)

This commit is contained in:
Óscar
2023-09-15 01:48:15 +02:00
committed by GitHub
parent 465bc55b9a
commit a37756c6fa
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;
}