Custom CSS
This section allows adding your custom styles to the entire store.
Last updated
@media only screen and (min-width: 750px) {
.header__tape p {
font-size: 16px;
}
}@media only screen and (max-width: 390px) {
.header__tape p {
font-size: 24px;
}
}