How to scale up website size for larger displays (Turbo theme)

Hi, can anyone tell me how I can scale up/zoom the overall size of my website when it is being viewed on larger monitors.

I am using Turbo theme and it looks very small when I view it on a full size desktop display.

This site: https://www.tinypeople.com.au/ uses the same theme as me but it automatically zooms in when viewing on larger screens, can anyone tell me how I can do this please?

Many thanks

The reason is

.container {

max-width: 1200px;

}

Theme options may include the settings to make theme wide, nor you should modify the styles.scss file.