Код: Выделить всё
/* ----------Add your custom styles here for Mobile---------- */
@media only screen and (max-width: 640px) {
.desc-wrapper { font-size:24px;
}
}
Подробнее здесь: https://stackoverflow.com/questions/218 ... -font-size
Код: Выделить всё
/* ----------Add your custom styles here for Mobile---------- */
@media only screen and (max-width: 640px) {
.desc-wrapper { font-size:24px;
}
}