Mobile prettying
This commit is contained in:
parent
996ac34aea
commit
da47b03862
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue