@@ -106,10 +106,25 @@ main {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}
-main p {
+.contenu {
font-size: 1.2em;
+ position: relative;
+.contenu iframe {
+ margin-left: auto;
+ margin-right: auto;
+ display: block;
+ max-width: 100%;
+}
+
+.contenu img {
hr {
width: 40%; /* Ajustez la largeur selon vos préférences */
margin-bottom: 15px;
@@ -21,8 +21,8 @@ class MarkdownParser
$embedLibrary = new Embed();
$embedLibrary->setSettings([
'oembed:query_parameters' => [
- 'maxwidth' => 900,
- 'maxheight' => 600,
+ 'maxwidth' => 500,
+ 'maxheight' => 400,
],
]);
$config = [