Ghost/ghost/email-service
Daniël van der Winden 3771b2fca4
Fixed email footer text styling inconsistencies (#20063)
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.
2024-04-22 15:43:19 +02:00
..
lib Fixed email footer text styling inconsistencies (#20063) 2024-04-22 15:43:19 +02:00
test Removed Powered by Ghost clicks in publisher analytics (#19926) 2024-03-26 17:51:23 +01:00
.eslintrc.js
index.js
package.json Bumped Koenig packages (#20047) 2024-04-18 14:58:01 +00:00
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.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests