Pieces justificatives on dossier page
This commit is contained in:
parent
8aed0d7aef
commit
373447a19f
2 changed files with 30 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue