This commit is contained in:
Adina Țeudan 2021-08-20 13:13:43 +02:00
parent 29e917c043
commit 231bd2c04d

View File

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