span.gradient {
    background: #680B96;
    background: linear-gradient(to top right, #680B96 23%, #CF46CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

li.logo div {
    display: block;
    height: 3.5rem;
    width: 3.5rem;
}

li.logo img {
    margin: 8px 20px 2px;
    height: 50px;
}

.example.preview .desktop {
    background-image: url(case.png);
    background-size: cover;
}

.example.preview .mobile {
    background-image: url(case.png);
    background-size: contain;
}