Hi there,
Im trying to align everything inside a section to be left aligned only on mobile and every other screen it can be centered aligned. How do I go about achieving this?
I tried putting in this code but it didnt work or maybe I put it in the wrong spot:
@media (max-width: 767px) {
$el.x-text .x-text-content-text-primary {
text-align: left;
}
}
