UTCWeb / particle

A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
https://phase2.gitbook.io/frontend/
GNU General Public License v2.0
0 stars 10 forks source link

Need to make slight adjustments to the UTC highlight #363

Closed UTCbridget closed 2 years ago

UTCbridget commented 2 years ago

I believe when we brought the sidebox inside the main container, it adversely affected the width of the component so that it extends outside the section frame:

bad-turkey-margin

This can be fixed through the gridTemplateColumns found in the tailwind.config.js on line 48.

good-turkey-margin

and full-width

good-full-width-turkey-margin

brittrich commented 2 years ago

@UTCbridget this one is fixed, right?

UTCbridget commented 2 years ago

Yes! Thank you.