Remove default heading styles
Too much temptation to styles these specifically which causes all sorts of problems further down the line. Base heading styles should just be used for editor headings, if you need them.
This commit is contained in:
parent
846fa1c64d
commit
856c40738e
|
@ -40,27 +40,6 @@ h6 {
|
|||
line-height: $base-margin-bottom;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@include font-size($base-font-size * 2);
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include font-size($base-font-size * 1.75);
|
||||
}
|
||||
|
||||
h3 {
|
||||
@include font-size($base-font-size * 1.5);
|
||||
}
|
||||
|
||||
h4 {
|
||||
@include font-size($base-font-size * 1.25);
|
||||
}
|
||||
|
||||
h5,
|
||||
h6 {
|
||||
@include font-size($base-font-size);
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-left: $base-margin-bottom;
|
||||
|
|
Loading…
Reference in New Issue