When using utility classes is it best to use them for design elements that won't change too much? I'm asking this because I created a text-align-center class but the alignment will change depending on screen size.
So is it better to just use a media query on a component rather than using a utility class?
I'm new to using utility classes so I'm not the most familiar with how they work...
If you have any guides for them please let me know