diff --git a/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt b/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt index b732d56..e070ad9 100644 --- a/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt +++ b/public/content/1_cohesion-des-mondes/5_test-avec-geoformat/narrative.txt @@ -19,7 +19,7 @@ Customcss: @page { size: A4; margin: 50mm 15mm 26mm 15mm; - background: rgba(255, 255, 255, 1); + background: rgb(227, 33, 33); } body { @@ -35,10 +35,10 @@ p { font-weight: 300; font-family: Arial; font-style: italic; - padding-top: 20mm; - padding-right: 20mm; - padding-bottom: 20mm; - padding-left: 20mm; + padding-top: 0mm; + padding-right: 0mm; + padding-bottom: 0mm; + padding-left: 0mm; } h1 { diff --git a/src/components/editor/TextSettings.vue b/src/components/editor/TextSettings.vue index de0152e..567c146 100644 --- a/src/components/editor/TextSettings.vue +++ b/src/components/editor/TextSettings.vue @@ -64,6 +64,7 @@