mirror of https://github.com/knative/docs.git
fixed home article margin left in mkdocs version 1.2.3 (#4373)
This commit is contained in:
parent
50ea3639ed
commit
a21dbd97a6
|
@ -22,6 +22,10 @@
|
|||
.md-sidebar--primary {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[dir=ltr] .md-sidebar--primary:not([hidden])~.md-content>.md-content__inner {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes continuousgradient {
|
||||
|
|
Loading…
Reference in New Issue