Skip to content

Commit b1e4557

Browse files
authored
Update script.js
1 parent af47623 commit b1e4557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function drawVerticalLayout() {
4444
var phoneFrame = document.getElementById('phone_frame');
4545
phoneFrame.style.height = Math.floor(0.75*window.innerHeight) + 'px';
4646
document.getElementById('phone_container').style.left = (window.innerWidth - phoneFrame.offsetWidth) / 2 + 'px';
47+
document.getElementById('phone_container').style.bottom = '0px';
4748
document.getElementById('text_container').style.left = "5%";
4849
}
4950

0 commit comments

Comments
 (0)