Pieces justificatives on dossier page

This commit is contained in:
Mathieu Magnin 2017-07-06 17:52:16 +02:00
parent 8aed0d7aef
commit 373447a19f
2 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,4 @@
@import "colors";
@import "constants";
@import "mixins";
@import "placeholders";
@ -14,6 +15,10 @@ h1 {
font-weight: bold;
}
a {
color: $blue;
}
.container {
@include horizontal-padding($default-padding);
max-width: $page-width + 2 * $default-padding;