fixed home article margin left in mkdocs version 1.2.3 (#4373)

This commit is contained in:
Gabriel Freites 2021-10-19 14:01:33 -05:00 committed by GitHub
parent 50ea3639ed
commit a21dbd97a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 {