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