Form updates
This commit is contained in:
parent
d9a569ab87
commit
0274d90b4f
8 changed files with 58 additions and 30 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue