
13 changed files with 83 additions and 78 deletions
@ -1,24 +1,17 @@
|
||||
body { |
||||
background-color: floralwhite !important; |
||||
color: #312f31 !important; |
||||
/*-- pour demarrer sous la navbar fixe --*/ |
||||
padding-top: 7em; |
||||
} |
||||
|
||||
#page-container { |
||||
position: relative; |
||||
min-height: 100vh; |
||||
background-color: floralwhite !important; |
||||
color: #312f31 !important; |
||||
/*-- pour demarrer sous la navbar fixe --*/ |
||||
padding-top: 7em; |
||||
} |
||||
|
||||
#content-wrap { |
||||
/* Footer height */ |
||||
padding-bottom: 2.5rem; |
||||
min-height: 700px; |
||||
} |
||||
|
||||
#footer { |
||||
position: absolute; |
||||
bottom: 0; |
||||
width: 100%; |
||||
/* Footer height */ |
||||
height: 2.5rem; |
||||
} |
||||
right: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
background-color: #efefef; |
||||
} |
||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -1,2 +1,3 @@
|
||||
twig: |
||||
default_path: '%kernel.project_dir%/templates' |
||||
form_themes: ['bootstrap_4_layout.html.twig'] |
||||
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.1 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue