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 {
.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;