Update docs style.
parent
79ddc0f874
commit
1e78f09d87
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue