File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ export default {
46
46
display : flex ;
47
47
align-items : center ;
48
48
justify-content : center ;
49
- width : 1.375rem ;
50
49
height : 1.375rem ;
51
50
margin : 0 .125rem ;
52
51
color : $base-font-color ;
@@ -58,6 +57,10 @@ export default {
58
57
cursor : pointer ;
59
58
outline : 0 ;
60
59
user-select : none ;
60
+ @include break-mobile-sm {
61
+ padding : 0 1rem ;
62
+ width : 0 ;
63
+ }
61
64
62
65
& :focus , & :hover , & :focus:hover {
63
66
color : $base-font-color ;
Original file line number Diff line number Diff line change @@ -326,5 +326,9 @@ export default {
326
326
327
327
.pagination - wrap {
328
328
float: right;
329
+ @include break - mobile- sm {
330
+ float: unset;
331
+ text- align: center;
332
+ }
329
333
}
330
334
< / style>
Original file line number Diff line number Diff line change @@ -632,6 +632,9 @@ export default {
632
632
.title { font- weight: 600 ; }
633
633
.pagination - wrap {
634
634
float: right;
635
+ @include break - mobile- sm {
636
+ float: unset;
637
+ }
635
638
ul .pagination { float: right; margin- bottom: 0px ; }
636
639
}
637
640
}
You can’t perform that action at this time.
0 commit comments