banner.scss 284 B

1234567891011121314151617
  1. .banner {
  2. border-radius: 10px 0 0 0 / 10px 0 0 0;
  3. img {
  4. border-radius: 10px 0 0 0 / 10px 0 0 0;
  5. }
  6. &--950x155 {
  7. @media screen and (max-width: 1220px) {
  8. display: none;
  9. }
  10. }
  11. &--230x400 {
  12. padding-bottom: 20px;
  13. }
  14. }