My question is rather simple, I currently have this CSS for a simple button.
I would just like to know what I can input so that its width becomes 100% (instead of 33%) when a user is using their mobile device. (When their screens are at set at a certain width)
Thank you very much for your time!
button {
text-align: left;
display: inline;
font-size: 2vw;
padding: 2em;
margin-top: 0;
width: 33%;
height: 100%;
background-color: #5e75b4;
border: none;
}