Form updates

This commit is contained in:
Mike Francis 2014-05-09 12:19:28 +01:00
parent d9a569ab87
commit 0274d90b4f
8 changed files with 58 additions and 30 deletions

View file

@ -2,6 +2,7 @@ html {
background-color: $base-background-colour;
color: $base-colour;
font: #{($base-font-size * 6.25) * 1%}/#{$base-line-height} $base-font-stack;
min-height: 100%;
}
a {
@ -22,6 +23,15 @@ ol {
margin-bottom: $base-margin-bottom;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: $base-margin-bottom;
}
h1 {
@include font-size($base-font-size * 2);
}