There was an error while loading. Please reload this page.
1 parent af47623 commit b1e4557Copy full SHA for b1e4557
resources/script.js
@@ -44,6 +44,7 @@ function drawVerticalLayout() {
44
var phoneFrame = document.getElementById('phone_frame');
45
phoneFrame.style.height = Math.floor(0.75*window.innerHeight) + 'px';
46
document.getElementById('phone_container').style.left = (window.innerWidth - phoneFrame.offsetWidth) / 2 + 'px';
47
+document.getElementById('phone_container').style.bottom = '0px';
48
document.getElementById('text_container').style.left = "5%";
49
}
50
0 commit comments