diff --git a/paligo-styles/manual.scss b/paligo-styles/manual.scss index 2da313af0..251b05eab 100644 --- a/paligo-styles/manual.scss +++ b/paligo-styles/manual.scss @@ -8,16 +8,16 @@ } .topic-content { - .breadcrumb-container { - // if paligo exports with sticky header, the breadcumbs disappear under the header without this margin - margin-top: 40px; + .breadcrumb-container { + // if paligo exports with sticky header, the breadcrumbs disappear under the header without this margin + margin-top: 40px; } .breadcrumb { font-size: 14px; line-height: 18px; font-weight: 600; - + a { color: $accent; @@ -99,6 +99,13 @@ main article { margin: 24px 0; } +.topic-content > section > .mediaobject + p { + font-size: 14px; + text-align: center; + font-style: italic; + margin: 0; +} + .section-toc { @include card;