3771b2fca4
fixes https://linear.app/tryghost/issue/DES-260/footer-link-text-smaller-than-regular-text There was a bit of CSS in a media query aimed at other parts of the newsletter template that was causing the footer styling to break. I added some more specific styling for the footer as well, to make sure span's within the `<p>` element are covered as well. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Email Service
Manages how posts are sent via email
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests