Assigning wrapper
As it was mentioned http://emergencysoft.com/ website is custom built and consists of header, body and footer elements. Assignment of 100vw* value to the wrapper enable the body element to fit relatively in any device viewport. The neccesary coding will be:
.justify { width: 760px; } .justify { width: 100vw; }
* vw - relative to 1% of width of viewport.
Type: