You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Many of our stylesheets use absolute lengths (pixels) instead of relative ones (percentages, ems). It leads to odd styling in weird places and frustrating development.
Ask
Where it makes sense, please transition from using px to using percentages or ems in our stylesheets.
To Do
Adjust relative lengths for:
assets/stylesheets/code_good_day.scss
events.css.scss
footer.css.scss
header.css.scss
home.css.scss
index.css.scss
navigation.css.scss
projects.css.scss
Additional Info
This has the capacity to subtly muck up a lot of things in the view. Please:
only work with one view or stylesheet per pull request;
search for selector repetition in other stylesheets and views to confirm you're only impacting one view;
share before and after screenshots in your pull request; and
use (Foundation 4 standards)[http://foundation.zurb.com/docs/v/4.3.2/] when necessary.
Note: Anyone who takes part of this on is seriously heroic and should be applauded. Immediately. 👏 👏
The text was updated successfully, but these errors were encountered:
Description
Many of our stylesheets use absolute lengths (pixels) instead of relative ones (percentages, ems). It leads to odd styling in weird places and frustrating development.
Ask
Where it makes sense, please transition from using px to using percentages or ems in our stylesheets.
To Do
Adjust relative lengths for:
assets/stylesheets/code_good_day.scss
events.css.scss
footer.css.scss
header.css.scss
home.css.scss
index.css.scss
navigation.css.scss
projects.css.scss
Additional Info
This has the capacity to subtly muck up a lot of things in the view. Please:
Note: Anyone who takes part of this on is seriously heroic and should be applauded. Immediately. 👏 👏
The text was updated successfully, but these errors were encountered: