- On
.footer
setbottom: -1px;
(it will stick it to the bottom) - Add the class
.col-xs-6
to#weekDay
(it will use half 12 column grid) - Add the other
.col-xs-6
to#weekly_forecast
(it will use the
other half of the 12 column grid) - Add
line-height: 140px;
toh2
to align it vertically with the reddiv
s. - For bigger
width
viewports replicate same formula withcol-md-*
s
0
solved How do I align the columns in CSS flexbox? [closed]