Skip to content
Snippets Groups Projects
Commit 7b148af4 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

drop obsolete CSS rule, fixes #2603

Closes #2603

Merge request studip/studip!1756
parent 160e7b4f
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,11 @@ h1, h2, h3, h4, h5, h6 { ...@@ -37,7 +37,11 @@ h1, h2, h3, h4, h5, h6 {
color: $headings-color; color: $headings-color;
} }
h1, h1 {
margin-top: 0;
margin-bottom: calc($line-height-computed / 2);
}
h2, h2,
h3 { h3 {
margin-top: $line-height-computed; margin-top: $line-height-computed;
...@@ -67,16 +71,6 @@ h1, h2 { ...@@ -67,16 +71,6 @@ h1, h2 {
} }
h1 {
margin-top: 0;
span:not([style]) {
display: block;
font-size: calc($font-size-h1 * 0.75);
font-weight: calc($headings-font-weight / 7);
padding: calc($line-height-computed / 4) 0;
}
}
// Body text // Body text
// ------------------------- // -------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment