Scope the new demarche page to add space before the footer
This commit is contained in:
parent
118ba12d2b
commit
734efd0822
2 changed files with 21 additions and 16 deletions
|
@ -1,5 +1,9 @@
|
|||
@import "colors";
|
||||
|
||||
#demarches-index {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
- content_for :footer do
|
||||
= render partial: "new_user/dossiers/index_footer"
|
||||
|
||||
#demarches-index
|
||||
.container
|
||||
%h1.page-title Démarches
|
||||
|
||||
|
|
Loading…
Reference in a new issue