From e1d0ebed41070ee271d3849d1495a608c16d5ba0 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 29 Mar 2018 18:21:53 +0200 Subject: [PATCH] suite --- app/assets/stylesheets/plume_print.css.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/plume_print.css.scss b/app/assets/stylesheets/plume_print.css.scss index 3fd1c61..bea44aa 100644 --- a/app/assets/stylesheets/plume_print.css.scss +++ b/app/assets/stylesheets/plume_print.css.scss @@ -314,7 +314,7 @@ html{ .plume_breve{ border-bottom:1px dashed $marron; - padding: 10px 0; + padding: 0px 0; h2{ color:$vert; @@ -398,4 +398,10 @@ html{ background:center center no-repeat; background-size:100%; background-size:cover; +} + +h1,h2,h3,h4{ + text-align:left; + + } \ No newline at end of file