fix: add back removed .centered class
This commit is contained in:
parent
b7604d0154
commit
14580a7675
1 changed files with 8 additions and 0 deletions
|
|
@ -129,3 +129,11 @@ html.firefox, html.safari {
|
|||
}
|
||||
}
|
||||
|
||||
.centered {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue