diff options
| author | Joshua Gourneau <josh@gourneau.com> | 2012-03-14 17:31:19 -0700 |
|---|---|---|
| committer | Joshua Gourneau <josh@gourneau.com> | 2012-03-14 17:31:19 -0700 |
| commit | ccd3fffc732c8eb46fae96b770bd700eab31a83a (patch) | |
| tree | b04fb5624a9b440e99699f53d252a63eefef7126 /index.html | |
| parent | e90406bfa68c900ff2b366ccc14779c3e30ca4b1 (diff) | |
changed viewport to play nice on mobile
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <meta name="viewport" content="width=320, initial-scale=0.5"> <meta charset="utf-8"> <title>Pinky Swear</title> <style type="text/css"> @@ -30,6 +31,7 @@ <form method="post" action="/s" class="sigPad"> <span>I, </span> <input name="name" id="name" class="writing"> + <br/> <span>, hereby declare:</span><br/> <input name="swear" id="swear" class="writing"> |
