Ticker SCSS-code

PHOTO EMBED

Thu Feb 15 2024 09:54:58 GMT+0000 (Coordinated Universal Time)

Saved by @homunculus #scss

.p-ticker {
    width: 100%;
    .swiper-slide {
        width: auto;
    }
    &__wrapper {
        transition-timing-function: linear;
    }
    &__text {
        color: #000;
        font-size:  32px;
        font-weight: 900;
    }
}
content_copyCOPY

ticker scss code