Skip to content

Commit

Permalink
Fix #1599 (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-lau authored and tidusjar committed Feb 24, 2018
1 parent 1fc36f8 commit 4102289
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Ombi/ClientApp/app/landingpage/landingpage.component.scss
Original file line number Diff line number Diff line change
@@ -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;
top: 50%;
left: 50%;
Expand Down

0 comments on commit 4102289

Please sign in to comment.