Skip to content

Commit

Permalink
fix mobile display
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 15, 2014
1 parent e7b5280 commit d707f3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
html
head
title= content.split('\n')[0]
meta(name='viewport', content=[
'width=device-width',
'initial-scale=1',
'maximum-scale=1'
].join(', '))
style(type='text/css').
html {
height: 100%;
Expand All @@ -21,6 +26,7 @@ html
font-size: 115%;
resize: none;
box-sizing: border-box;
max-width: 100%;
}
textarea:focus {
outline: none;
Expand Down

0 comments on commit d707f3d

Please sign in to comment.