Optimize breadcrumbs in manual CSS
This commit is contained in:
parent
43ea119cad
commit
246bffc42c
@ -7,7 +7,13 @@
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.topic-content {
|
||||||
|
.breadcrumb-container {
|
||||||
|
// if paligo exports with sticky header, the breadcumbs disappear under the header without this margin
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -24,6 +30,7 @@
|
|||||||
.breadcrumb-node {
|
.breadcrumb-node {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main article {
|
main article {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user