From da47b03862bc2bf1ee3b21eaa841b03c9b981966 Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Tue, 30 Sep 2014 13:15:58 -0700 Subject: [PATCH] Mobile prettying --- stargaterando.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stargaterando.rb b/stargaterando.rb index 53c6002..ed36e3e 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -46,6 +46,7 @@ module StargateRando::Views html do head do title { "Stargate Episode Randomizer" } + meta :name => "viewport", :content => "width=device-width, user-scalable=no" link :rel => "stylesheet", :href => "http://fonts.googleapis.com/css?family=Ubuntu:400,700", :type => "text/css" link :rel => "stylesheet", :href => "main.css", :type => "text/css" end @@ -61,4 +62,4 @@ module StargateRando::Views end end -end \ No newline at end of file +end