diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 20:11:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-08 20:11:53 +0100 |
commit | 5ed1e811cd31616cb591691a72b80b0bbbb5a002 (patch) | |
tree | 8eb3e81685b78859b951d5d63ccbc33385545cfe /web/css/_main.scss | |
parent | 2fe7ab388bc48ffc3458f2ae0d3b5721262e8c35 (diff) |
Some map resizings depending upon viewport size.
Diffstat (limited to 'web/css/_main.scss')
-rw-r--r-- | web/css/_main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index d74d70ceb..8b018677d 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -29,7 +29,7 @@ h2 { select, input, textarea { font-size: 99%; - max-width: 99%; + max-width: 95%; } #mysociety { |