personal.scss 294 B

12345678910111213141516
  1. @import './index.scss';
  2. /* 页面宽度小于768px
  3. ------------------------------- */
  4. @media screen and (max-width: $sm) {
  5. .personal-info {
  6. padding-left: 0 !important;
  7. margin-top: 15px;
  8. }
  9. .personal-recommend-col {
  10. margin-bottom: 15px;
  11. &:last-of-type {
  12. margin-bottom: 0;
  13. }
  14. }
  15. }