Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit cd5ec8b8 authored by Marc's avatar Marc
Browse files

100 Bytes of CSS to look great everywhere

parent 4befbfda
No related branches found
No related tags found
No related merge requests found
Pipeline #13721 passed
......@@ -8,6 +8,15 @@ title: Marc Bouvier
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }}</title>
<style>
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
}
</style>
</head>
<body>
{{ content | safe }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment