Commit a76a514d authored by Nikolay Gromov's avatar Nikolay Gromov

Сменил очередность стилизации типографики

parent 77fd324f
......@@ -47,36 +47,6 @@ body {
color: $text-color;
}
// .h1,
h1 {
font-size: $font-size--h1;
}
// .h2,
h2 {
font-size: $font-size--h2;
}
// .h3,
h3 {
font-size: $font-size--h3;
}
// .h4,
h4 {
font-size: $font-size--h4;
}
// .h5,
h5 {
font-size: $font-size--h5;
}
// .h6,
h6 {
font-size: $font-size--h6;
}
// .h1,
// .h2,
// .h3,
......@@ -91,7 +61,7 @@ h5,
h6 {
font-family: $font-family--headings;
font-weight: 700;
line-height: 1.4;
line-height: $line-height;
color: currentColor;
}
......@@ -115,6 +85,36 @@ h6 {
margin-bottom: ($line-height / 2);
}
// .h1,
h1 {
font-size: $font-size--h1;
}
// .h2,
h2 {
font-size: $font-size--h2;
}
// .h3,
h3 {
font-size: $font-size--h3;
}
// .h4,
h4 {
font-size: $font-size--h4;
}
// .h5,
h5 {
font-size: $font-size--h5;
}
// .h6,
h6 {
font-size: $font-size--h6;
}
// .p,
p,
ul,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment