epochwolf / litsocial

A literature website. A replacement of singleforest.com.
http://staging.litsocial.com
GNU Affero General Public License v3.0
5 stars 2 forks source link

Fix pages layout so it doesn't cause horizontal scrolling. #2

Open epochwolf opened 11 years ago

epochwolf commented 11 years ago

The padding on #contents.pages is causing the width of the div to increase beyond what the media queries specify.

epochwolf commented 11 years ago

Solution is to remove the padding from div.container and instead apply padding to elements inside the grid. This requires some reworking of the current screens using the pages layout.