replace class container by container-fluid (full width in bootstrap)

This commit is contained in:
2021-03-20 23:20:36 +01:00
parent f0232228a3
commit 0878767c17
8 changed files with 20 additions and 12 deletions

View File

@@ -2,3 +2,11 @@
* These custom styles will override bootstrap enabled stylesheets
*/
// hack hérité de scratch: contraindre le footer en bas de page
.container-fluid::after {
content: "";
display: table;
clear: both;
border-spacing: 0;
}