Deployed 3baf59a with MkDocs version: 1.2.2

This commit is contained in:
2021-07-27 18:49:00 +00:00
parent b1a34edbbe
commit cbec732641
21 changed files with 127 additions and 404 deletions

View File

@ -311,3 +311,8 @@ h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .head
margin-left: 10px;
}
}
@media print {
/* Remove sidebar when print */
.col-md-3 { display: none; }
}