diff --git a/src/css/styles_de_paragraphes.scss b/src/css/styles_de_paragraphes.scss index d6171e8..e9dca8d 100644 --- a/src/css/styles_de_paragraphes.scss +++ b/src/css/styles_de_paragraphes.scss @@ -134,6 +134,9 @@ font-size: 12pt; text-transform: uppercase; } +.layout:nth-child(odd) .section-title:not(.still){ + text-align: right; +} .section-content { hyphens: auto; diff --git a/src/pages/Index.vue b/src/pages/Index.vue index d27bc38..fcdf10e 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -3,10 +3,10 @@