Indent line-broken headings on mobile

This commit is contained in:
Jonas Schäfer 2019-04-04 18:24:41 +02:00
parent a2784e23f4
commit c3d635c811
1 changed files with 5 additions and 0 deletions

View File

@ -1500,4 +1500,9 @@
ul, ol {
padding-left: 0;
}
h2,h3,h4,h5,h6 {
text-indent: -1em;
margin-left: 1em;
}
}