form: add missing spacing after explanations
This commit is contained in:
parent
adab8e44ff
commit
c4bf47398e
1 changed files with 2 additions and 1 deletions
|
@ -251,8 +251,9 @@
|
|||
}
|
||||
|
||||
.explication {
|
||||
background-color: $light-grey;
|
||||
margin-bottom: 2 * $default-padding;
|
||||
padding: $default-padding;
|
||||
background-color: $light-grey;
|
||||
|
||||
p:not(:last-child) {
|
||||
margin-bottom: $default-padding;
|
||||
|
|
Loading…
Reference in a new issue