I should start using media queries in CSS

This commit is contained in:
Douglas Muth 2015-11-10 23:40:31 -05:00
parent 84d77e3901
commit 729787fe8a

View file

@ -224,6 +224,8 @@ jQuery("#roll_dice").on("click", function(e) {
//
// Clear out more space when mobile
//
// In the future, I should just use a media query in CSS
//
var target_height = 300;
if (is_mobile()) {
target_height = 400;