.theme-picker {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
    margin-bottom: 40px;
    width: 60%;
    max-width: 578px;
}

@media (max-width: 46.24em) {
    .theme-picker {
        display: none;
    }
}

// WEBPACK FOOTER //
// ./src/styles/ThemePicker.css