While resizing a page and using the inspect element tool, I noticed an interesting discrepancy. When my screen is at 599px wide (as shown in the top right corner of the page), an image that extends to the full width of the screen appears to be only 580px wide.
What could explain this difference of 19 pixels? Which width measurement is accurate? My assumption would be that the width displayed in the top right corner is correct because my css breakpoints are triggered with even just a 1px increase. However, this inconsistency has left me puzzled.