commit 6667aa86b9a53ae89386e6871811b6516f441c13
parent 2988d67f1d15c9ab68037b68aadde3e1d887897d
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Thu, 10 Sep 2020 14:10:53 +0200

Add a bit of CSS to resources page

Diffstat:
Mstatic/resources/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/resources/index.html b/static/resources/index.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="author" content="Oscar Benedito"/> <title>Privacy resources</title> + <style>body{ margin: 1em auto; max-width: 700px; line-height: 1.5; font-family: sans-serif; padding: 0 1em; }</style> </head> <body> <p><strong>Warning!</strong> This webpage is no longer maintained, please delete any links to it. Contents are still up to avoid breaking links, but it is outdated and shouldn't be used.</p>