File tree 1 file changed +2
-3
lines changed
docs/src/assets/scss/components
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
& :not (:first-child )::after {
18
18
content : " " ;
19
19
display : block ;
20
- padding : 1px ;
21
20
border-left : 1px solid var (--divider-color );
22
21
left : 0 ;
23
22
}
24
23
}
25
24
26
- @media screen and (min-width : 768px ) and (max-width : 1023px ), screen and (min-width : 1440 px ) {
25
+ @media screen and (min-width : 768px ) and (max-width : 799 px ), screen and ( min-width : 854 px ) and ( max-width : 1023px ), screen and (min-width : 1256 px ) {
27
26
& :not (:first-child )::after {
28
27
height : 70% ;
29
28
position : absolute ;
30
29
}
31
30
}
32
31
33
- @media screen and (min-width : 1024px ) and (max-width : 1439 px ) {
32
+ @media screen and (min-width : 800 px ) and ( max-width : 853 px ), screen and ( min-width : 1024px ) and (max-width : 1255 px ) {
34
33
& :nth-child (2 )::after {
35
34
height : 70% ;
36
35
position : absolute ;
You can’t perform that action at this time.
0 commit comments