I am having problems with bootstrap and creating a layout for bigscreens/resolutions (1920x1080). I don't have a screen with 1920x1080 resolution but i am using Chrome devtools:
Questions/problems i have
i don't have a good template to give to the designer ( i found https://dribbble.com/shots/4108255-Responsive-PSD-and-Figma-Grid and download web.1920.psd). The current design layout is pixel perfect for a 1920x1080 screen. I am in the midst of telling them the layout is responsive and not equal in pixels for all screens
i am also using https://github.com/BenWhitehead/bootstrap-big-grid and i like use the col-fhd-x classes, i don't see where the container width is being set for the 1920 break width (which should be 1890px (1920-30)?)
Any tips how to design for bigger screens with bootstrap??