.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? .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?