I need to make a site that has a minimum resolution of 970px, but that fits up to 1300px wide.
Searching, I found something like this:
.container-fluid {
margin-left: auto;
margin-right: auto;
max-width: 1300px;
}
But how much to the minimum? How could she stay? Do I need to use Bootstrap for this?