I am trying to make my react app to look like an actual app when entered via a phone and for that im removing and showing a lot of cards depending on platform.
In my css i have a .mobile {display: false} when on screens wider than 768px and i have a .laptop {display: false} on screens less wide than 768px. It is working fine and looks good but im concerned if this is considered bad behaviour and may cause some unwanted behaviour? and if it is behaviour is there another way to achhieving the same effect? Thank you