Closed zkamvar closed 3 months ago
The callout square on desktop is slightly off-kilter on the Chrome browser.
I believe the culprit is here:
https://github.com/carpentries/varnish/blob/85363d9e15ee65c0ccff914d091c7369c252b2ff/source/stylesheets/callouts.scss#L185
If I shift it to -44px, then it works on Chrome, Firefox, and Opera browsers with the slight disappointment of causing the left hand side of the squares being 1px to the left of the main content.
-44px
This no longer appears to be an issue. Tested in Firefox:
And Chrome:
The callout square on desktop is slightly off-kilter on the Chrome browser.
I believe the culprit is here:
https://github.com/carpentries/varnish/blob/85363d9e15ee65c0ccff914d091c7369c252b2ff/source/stylesheets/callouts.scss#L185
If I shift it to
-44px
, then it works on Chrome, Firefox, and Opera browsers with the slight disappointment of causing the left hand side of the squares being 1px to the left of the main content.