diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-09 11:04:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-09 11:04:15 +0100 |
commit | 4e8af1aaea80ac7fe2c0ef7ed62f52061da3054b (patch) | |
tree | 50f87ab7d103253f8d7d7e32d7b7a4258fa1db74 /web/css/_main.scss | |
parent | 63e03938cbc9401eccf36bdce8f312f171559c80 (diff) |
ie6 class for other cobrand headers, small screen tweaks for headings.
Diffstat (limited to 'web/css/_main.scss')
-rw-r--r-- | web/css/_main.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index 8b018677d..383e099a1 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -214,6 +214,12 @@ select, input, textarea { #header { font-size: 150%; } + h1 { + font-size: 140%; + } + h2 { + font-size: 130%; + } #navigation { position: static; border-top: solid 2px $header_colour; |