Fix layout of login and selectserver pages
This commit is contained in:
parent
800e516683
commit
29d0fa497a
3 changed files with 26 additions and 14 deletions
|
@ -133,3 +133,13 @@ div[data-role=page] {
|
|||
.w-100 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.margin-auto-x {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.margin-auto-y {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue