Markup in challenge.html was placed in a doubly-nested container div. This div adds 15px of padding for when the screen size is small, but this shifts the whole container right by 15px if it's in another fixed-width div. Since it was just in another container, we got 15px of unnecessary padding.
From
base.html
:From
challenge.html
:Markup in
challenge.html
was placed in a doubly-nested container div. This div adds 15px of padding for when the screen size is small, but this shifts the whole container right by 15px if it's in another fixed-width div. Since it was just in another container, we got 15px of unnecessary padding.