diff --git a/src/components/SiteFooter.astro b/src/components/SiteFooter.astro index 962518f..f202430 100644 --- a/src/components/SiteFooter.astro +++ b/src/components/SiteFooter.astro @@ -27,6 +27,7 @@ Status Incidents Privacy + Account deletion Terms diff --git a/src/pages/account-deletion/index.astro b/src/pages/account-deletion/index.astro new file mode 100644 index 0000000..969a98c --- /dev/null +++ b/src/pages/account-deletion/index.astro @@ -0,0 +1,81 @@ +--- +import BaseLayout from "../../layouts/BaseLayout.astro"; +--- + + + + diff --git a/src/styles/global.css b/src/styles/global.css index 3c3e620..0b9470d 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -791,11 +791,13 @@ main[tabindex="-1"]:focus { } .legal p, -.legal ul { +.legal ul, +.legal ol { margin-top: 0.8rem; } -.legal ul { +.legal ul, +.legal ol { padding-left: 1.2rem; }