dossier: fix the width of the status explanation

This commit is contained in:
Pierre de La Morinerie 2018-08-14 12:03:53 +02:00
parent bac6eee379
commit efd29ab174

View file

@ -47,9 +47,9 @@
.status-explanation {
text-align: left;
&.brouillon,
&.en-construction,
&.en-instruction {
.brouillon,
.en-construction,
.en-instruction {
max-width: 600px;
margin: auto;
}