ok so I am trying to make a div have the attribute hidden when on a phone but not when on other platforms and would like to know how to do this?
<div id="content-desktop">
<button onclick="ChangeDefault()">switch theme to default</button>
<button onclick="ChangeOrigin()">switch theme to origin</button>
<button onclick="ChangeDark()">switch theme to dark</button>
<button onclick="ChangeLight()">switch theme to light</button>
</div>