mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
replace class container by container-fluid (full width in bootstrap)
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user