Mobile prettying

This commit is contained in:
Darren VanBuren 2014-09-30 13:15:58 -07:00
parent 996ac34aea
commit da47b03862

View file

@ -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
end