Skip to content

Commit

Permalink
improve some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Dec 17, 2021
1 parent 464dc35 commit bbc50c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions resources/sass/components/_tei.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$tei_list-indent: $font-size-base;

.musical-symbols {
font-family: musical-symbols;
vertical-align:middle;
Expand Down Expand Up @@ -166,12 +168,15 @@ li.listSubTitle {

.tei_list {
list-style: disc;
margin-left:1em;
margin-left: $tei_list-indent;
li.listTitle, li.listSubTitle {
margin-left: -$tei_list-indent;
}
}

.tei_orderedList {
list-style: none;
margin-left:1em;
margin-left: $tei_list-indent;
counter-reset: ol-items;
li::before {
counter-increment: ol-items 1;
Expand Down

0 comments on commit bbc50c4

Please sign in to comment.