mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat(alias): style redirect page (#156)
This commit is contained in:
parent
465bc55b9a
commit
a37756c6fa
2 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue