From 729787fe8a4b34edf760b535c82019d328052870 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Tue, 10 Nov 2015 23:40:31 -0500 Subject: [PATCH] I should start using media queries in CSS --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index ab836ac..88d03ff 100644 --- a/main.js +++ b/main.js @@ -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;