mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
parent
1fc36f840c
commit
410228935a
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
||||||
div.centered {
|
@media only screen and (max-width: 992px) {
|
||||||
|
div.centered {
|
||||||
|
max-height: 100%;
|
||||||
|
overflow-y: auto;
|
||||||
|
width: 100%;
|
||||||
|
padding: 50% 12.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div.centered {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue