File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default defineComponent({
49
49
}
50
50
}
51
51
52
- @media only screen and (max-width : var ( --mobile-max-width ) ) {
52
+ @media only screen and (max-width : 767.99 px ) {
53
53
#logo {
54
54
padding-right : 0 ;
55
55
padding-left : 0 ;
Original file line number Diff line number Diff line change 125
125
}
126
126
}
127
127
128
- @media only screen and (max-width : var ( --mobile-max-width ) ) {
128
+ @media only screen and (max-width : 767.99 px ) {
129
129
#search-box {
130
130
display : none ;
131
131
}
Original file line number Diff line number Diff line change 42
42
}
43
43
}
44
44
45
- @media only screen and (max-width : var ( --mobile-max-width ) ) {
45
+ @media only screen and (max-width : 767.99 px ) {
46
46
#header {
47
47
text-align : center ;
48
48
}
Original file line number Diff line number Diff line change 9
9
cursor : pointer ;
10
10
}
11
11
12
- @media only screen and (max-width : var ( --screen-lg ) ) {
12
+ @media only screen and (max-width : 992 px ) {
13
13
.toc-affix {
14
14
display : none ;
15
15
}
You can’t perform that action at this time.
0 commit comments