diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sass/_ed.scss | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/assets/sass/_ed.scss b/assets/sass/_ed.scss index b0870dc..a0e0d4f 100644 --- a/assets/sass/_ed.scss +++ b/assets/sass/_ed.scss @@ -495,20 +495,24 @@ a.sidebar-nav-item:focus { ED special layouts */ -p.centered { - text-align: center; +.text-center { + text-align: center!important; +} + +.text-uppercase { + text-transform: uppercase!important; } -p.larger { - font-size: 1.6rem; +.fs-4 { + font-size: 1.6rem!important; } -p.large { - font-size: 1.4rem +.fs-5 { + font-size: 1.4rem!important; } -p.small { - font-size: 0.8rem; +.fs-7 { + font-size: 0.8rem!important; } div.poem, @@ -661,13 +665,8 @@ u, Line layouts for prose-poetry and theater To use these layouts you need to add the classes to your markdown or HTML lines. - (ex. "- {.centered} hello!") */ -li.centered { - text-align: center; -} - li.speaker, li.speakerGroup { text-align: center; |
