pull/2014/head
Louis Laureys 6 years ago committed by Jamie
parent 1fc36f840c
commit 410228935a

@ -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%;

Loading…
Cancel
Save