Update docs style.

pull/1471/head
mzr1996 2023-04-07 14:49:49 +08:00
parent 79ddc0f874
commit 1e78f09d87
2 changed files with 24 additions and 6 deletions

View File

@ -1,8 +1,14 @@
.header-logo {
background-image: url("../image/mmpt-logo.png");
background-size: 180px 40px;
height: 40px;
width: 180px;
background-size: 183px 50px;
height: 50px;
width: 183px;
}
@media screen and (min-width: 1100px) {
.header-logo {
top: -12px;
}
}
pre {
@ -17,6 +23,9 @@ pre {
article.pytorch-article {
max-width: 1200px;
}
.pytorch-breadcrumbs-wrapper {
width: 1200px;
}
.pytorch-right-menu.scrolling-fixed {
position: fixed;
top: 45px;

View File

@ -1,8 +1,14 @@
.header-logo {
background-image: url("../image/mmpt-logo.png");
background-size: 180px 40px;
height: 40px;
width: 180px;
background-size: 183px 50px;
height: 50px;
width: 183px;
}
@media screen and (min-width: 1100px) {
.header-logo {
top: -12px;
}
}
pre {
@ -17,6 +23,9 @@ pre {
article.pytorch-article {
max-width: 1200px;
}
.pytorch-breadcrumbs-wrapper {
width: 1200px;
}
.pytorch-right-menu.scrolling-fixed {
position: fixed;
top: 45px;