After a bit of brainstorming with fellow developers, although not very graceful, this pure css solution works:
.container:after {
content: "";
height: 50px;
display: block;
}
After a bit of brainstorming with fellow developers, although not very graceful, this pure css solution works:
.container:after {
content: "";
height: 50px;
display: block;
}