Skip to content

Editing the colofon page

Simon edited this page Jul 9, 2024 · 6 revisions

Note

This project uses Tailwind CSS, which strips all default HTML tag styling (e.g., the font size of the <h1> tag). For editing convenience, some tag-level styling is re-applied using the @apply directive in the components/views/colofon/colofon.component.scss file.

The colofon page contents are defined in the components/views/colofon/colofon.component.html file, and can be edited there.

Clone this wiki locally