dossier: fix the width of the status explanation
This commit is contained in:
parent
bac6eee379
commit
efd29ab174
1 changed files with 3 additions and 3 deletions
|
@ -47,9 +47,9 @@
|
|||
.status-explanation {
|
||||
text-align: left;
|
||||
|
||||
&.brouillon,
|
||||
&.en-construction,
|
||||
&.en-instruction {
|
||||
.brouillon,
|
||||
.en-construction,
|
||||
.en-instruction {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue