Hi, I jave a question related to different classes for mobile and desktop viewports - is there any chance to have them differnet or we should keep the same for each viewports as combo class and only change the properties ?
If you set a class on one breakpoint, it will be set on all other breakpoints. You can change the styles for that class depending on the breakpoint. I recommend reading up about media queries, a CSS fundamental!