responsive.less 189 B

1234567891011
  1. @media screen and (max-width: @screen-md) {
  2. .@{backtop-prefix-cls} {
  3. right: 60px;
  4. }
  5. }
  6. @media screen and (max-width: @screen-xs) {
  7. .@{backtop-prefix-cls} {
  8. right: 20px;
  9. }
  10. }