feat: Add react-markdown package for rendering markdown content

The commit adds the "react-markdown" package to the project dependencies, enabling the rendering of markdown content on the privacy policy page.
This commit is contained in:
Mauro Balades
2024-08-02 23:34:33 +02:00
parent 56f05d7bfb
commit a13003ad8b
4 changed files with 1216 additions and 2 deletions

View File

@@ -0,0 +1,33 @@
#policy h1 {
font-size: 2em;
margin: 0.67em 0;
font-weight: bold;
}
#policy h2 {
font-size: 1.5em;
margin: 0.83em 0;
font-weight: bold;
}
#policy h3 {
font-size: 1.17em;
margin: 1em 0;
}
#policy ul {
margin: 1em;
}
#policy li {
list-style: circle;
}
#policy a {
color: #007bff;
}
#policy hr {
margin: 2em 0;
}