.base-container {
    transform: rotate(45deg); 
    width: calc(2rem + 0.25rem);
}

.base {
    height: 1rem;
    width: 1rem;
}

@media (max-width: 576px) {
    .base {
        height: 1rem;
        width: 1rem;
    }

    .base-container {
        transform: rotate(45deg);
        width: calc(2rem + 0.25rem);
    }
}