diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/css/yaroslavps.scss | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 444f270..bc3d103 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -118,8 +118,9 @@ span.extra-link { color: $gray; } +h1 > span.extra-link, h2 > span.extra-link { - font-size: 0.7em; + font-size: 0.6em; } span.extra-link > a ~ a::before { @@ -295,13 +296,17 @@ a.see-more { max-height: 60vh; } +.footnote-definition { + margin-bottom: 1em; +} + .footnote-definition:first-of-type { border-top: 1px solid $gray; padding-top: 1em; } .footnote-definition p { - display: inline-block; + display: inline; } .paginator { |