mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 20:58:17 +00:00
account for fluid containers
This commit is contained in:
parent
1e424bfcf6
commit
0eb9862514
1 changed files with 4 additions and 2 deletions
|
|
@ -127,7 +127,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .container {
|
> .container,
|
||||||
|
> .container-fluid {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -148,8 +149,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// For nesting containers, have to redeclare for alignment purposes
|
// For nesting containers, have to redeclare for alignment purposes
|
||||||
> .container {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
> .container,
|
||||||
|
> .container-fluid {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue