Skip to content

Commit

Permalink
Apply (most of) #123
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jan 6, 2023
1 parent f283ef5 commit ce2f440
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 266 deletions.
9 changes: 7 additions & 2 deletions syrc/syr.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,22 @@
}
.codepoint span[lang], .codepoint bdi[lang] {
color: black;
font-size: 2.5rem;
font-size: 2rem;
}
.large .ex { font-size: 300%; margin-top: .5em; margin-bottom: 0.5em; line-height: 1; }
.medium .ex { font-size: 150%; margin-top: .5em; margin-bottom: 0.5em; line-height: 1; }





.useBlockExamples .charExample {
font-size: 100%;
line-height: 1;
}

.useBlockExamples .charExample.inline .ex {
font-size: 140%;
font-size: 100%;
}

.useBlockExamples .charExample .ex {
Expand All @@ -97,3 +100,5 @@ font-size: 300%;





Loading

0 comments on commit ce2f440

Please sign in to comment.