Site icon Catch Themes

How to change Site Width

hello, i want to change site width on desktop from
.site {
	width: 1000px;
}
to
.site {
	width: 1200px;
}
When i see my website on mobile i lose the responsiveness. How can i mantain responsiveness on mobile but change width only on desktop?
Exit mobile version