File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -165,19 +165,6 @@ em code {
165
165
line-height : 1.5rem ;
166
166
}
167
167
168
- # gtoc > ul > li {
169
- display : inline;
170
- border-right : 1px currentColor solid;
171
- margin-right : .4rem ;
172
- padding-right : .4rem ;
173
- }
174
-
175
- # gtoc > ul > li : last-child {
176
- border-right : none;
177
- margin-right : 0 ;
178
- padding-right : 0 ;
179
- }
180
-
181
168
li .version-picker {
182
169
position : relative;
183
170
}
@@ -748,6 +735,21 @@ kbd {
748
735
}
749
736
}
750
737
738
+ @media only screen and (min-width : 577px ) {
739
+ # gtoc > ul > li {
740
+ display : inline;
741
+ border-right : 1px currentColor solid;
742
+ margin-right : .4rem ;
743
+ padding-right : .4rem ;
744
+ }
745
+
746
+ # gtoc > ul > li : last-child {
747
+ border-right : none;
748
+ margin-right : 0 ;
749
+ padding-right : 0 ;
750
+ }
751
+ }
752
+
751
753
@media only screen and (max-width : 1024px ) {
752
754
# content {
753
755
overflow : visible;
You can’t perform that action at this time.
0 commit comments