I wanted to add the following CSS code below to my website:
.site-description {
width: 600px
}
It worked how I wanted it to work, but it doesn’t display correctly on mobile, as it is too wide. How can I have it display in a responsive way, even if I set the width?