sorry. I was actually thinking of max-width. This is the main part that controls how big the main content will be on my site.
main {
max-width: 1100px;
}
max-width will let things shrink down when resizing a window, but it will only enlarge to the max width. like on my giant screen it just stretches to fit the entire screen. with max-width itll only resize to the max width.
Oh alright! Thanks for clarifying! :D