Drupal-NYC / drupalcampnyc

Site
GNU General Public License v2.0
7 stars 5 forks source link

Content area should be centered in drupalnyc theme #111

Open jdleonard opened 4 years ago

jdleonard commented 4 years ago

I took a quick look, but couldn't figure out why the content has shifted left.

Expected: image

Actual: image

jdleonard commented 4 years ago

@pbone Could you please take a look?

jdleonard commented 4 years ago

@pbone I suspect the problem is that a maximum width disappeared. This problem is most apparent on a 4k monitor.

latoyale commented 3 years ago

Fixed the issue. Removed the following class from a _infoscreen.scss .region-content .block { / max-width: none; / }

jdleonard commented 3 years ago

@latoyale Awesome! Would you please open a pull request?