This commit is contained in:
OniriCorpe 2022-10-11 20:09:58 +02:00
parent 162e4033ae
commit 64ff3a69f1

View file

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name=viewport content='width=device-width, initial-scale=1'>
<meta name="robots" content="nosnippet"> <meta name="robots" content="nosnippet">
<style> <style>
@ -57,6 +58,10 @@
blockquote { blockquote {
margin: 0 1em; margin: 0 1em;
} }
div.container {
max-width: 100%;
}
} }
</style> </style>