width of right pane to 49%: so it does not break on mobile

master
Andre Castro 5 years ago
parent 658a576daf
commit 4eeee1df64

@ -99,7 +99,7 @@ div#left {
div#right {
border: none;
width:50%;
width:49%;
display: inline-block;
margin-left: auto;
margin-right: auto;

Loading…
Cancel
Save