banner.scss 309 B

123456789101112131415161718
  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. max-width: 100%;
  6. }
  7. &--950x155 {
  8. @media screen and (max-width: 1220px) {
  9. display: none;
  10. }
  11. }
  12. &--230x400 {
  13. padding-bottom: 20px;
  14. }
  15. }