modifying the footer styles to work better with the new updates.
The PR only fixes some styles such as widths and placement of elemenets.
The style.css file is autogenerated via the child theme.
After installing NPM dependencies within the child theme you can run npm start to start the script. Further information can be found within the package.json file.
๐ท Screenshots
๐คจ Any Issues or Questions?
๐ PR Checklist
Reviewer checklist:
[x] โจ This PR includes new user-facing feature and/or settings
[ ] ๐ Documentation for new features/settings are in PR description (to go to wiki or Coral docs)
Contributor checklist:
[ ] Reference a GitHub issue, Jira ticket, or Notion card in the description ๐ฏ
[ ] ๐ Update the CHANGELOG.md (Put under [Unreleased]). Include link to this PR.
[ ] ๐ Add JSDoc code documentation
[ ] ๐ท Add flow types. (If needed.)
[ ] โ Add unit tests (*.test.js) and/or Cypress Tests.
[ ] ๐ Create Storybook stories. (For any applicable Components.)
[ ] ๐ธ Update snapshots. Run yarn test:watch, press 'a' for "all tests", and "u" to update snaps if needed.
[ ] Run tests (yarn test and yarn flow) and clean up any errors ๐
[x] Select 1-2 Reviewers
[x] Feel good about yourself, you're doing great! ๐ฅณ
Pull Request Overview
(This is the same content as https://github.com/greenpeace/planet4-child-theme-australiapacific/pull/36 just reformatted slightly)
modifying the footer styles to work better with the new updates. The PR only fixes some styles such as widths and placement of elemenets.
The style.css file is autogenerated via the child theme. After installing NPM dependencies within the child theme you can run npm start to start the script. Further information can be found within the package.json file.
๐ท Screenshots
๐คจ Any Issues or Questions?
๐ PR Checklist
Reviewer checklist:
Contributor checklist:
[Unreleased]
). Include link to this PR.*.test.js
) and/or Cypress Tests.yarn test:watch
, press 'a' for "all tests", and "u" to update snaps if needed.yarn test
andyarn flow
) and clean up any errors ๐