reimplement 6f8f3cef9a28eca5477f15160f7ec36c9737eefa for https://github.com/INN/largo/issues/1401 in the inn.org theme, but this time in style.less instead of common.less, meaning that this change is scoped just to the inn.org theme.
removes left margin on hero element in single posts
changes how the css stylesheet is enqueued so that we no longer have to bump the cachebuster string
removes the cachebuster string from the pull request template
Before:
After:
Why
With the margin, the element was positioned such that the page was wider than the viewport.
Questions
[ ] what other single-page templates do we need to check for this besides the jobs template?
Changes
style.less
instead ofcommon.less
, meaning that this change is scoped just to the inn.org theme.Before:
After:
Why
With the margin, the element was positioned such that the page was wider than the viewport.
Questions