Skip to content

Commit 26a4d3e

Browse files
committed
update css
1 parent 023eaa2 commit 26a4d3e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css/toc_style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
border: 1px solid #ddd;
44
background: #f8f8f8;
55
line-height: 160%;
6-
max-width: 26%;
76
font-size: 12px;
7+
width: 100%;
88
position: relative;
99
z-index: 900;
1010
margin: 0 0 10px 10px;
1111
float: right;
12-
1312
}
1413

1514
.toc-title {
@@ -34,3 +33,8 @@
3433
margin-left: 20px;
3534
list-style-type: square;
3635
}
36+
37+
@media (min-width:768px){
38+
.toc-index {
39+
max-width: 30%
40+
}}

0 commit comments

Comments
 (0)