feat(style): improve toc style (#167)
This commit is contained in:
@@ -1,30 +1,12 @@
|
||||
@media only screen and (max-width: 1800px) {
|
||||
.page {
|
||||
max-width: 780px;
|
||||
|
||||
#toc-auto {
|
||||
margin-left: 800px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1440px) {
|
||||
.page {
|
||||
max-width: 680px;
|
||||
|
||||
#toc-auto {
|
||||
margin-left: 700px;
|
||||
}
|
||||
max-width: 56%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
.page {
|
||||
max-width: 560px;
|
||||
|
||||
#toc-auto {
|
||||
margin-left: 580px;
|
||||
}
|
||||
max-width: 52%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user