Closed raquelalegre closed 7 years ago
As mentioned in #19, bootstrap is overwriting some indigo styling values, it seems.
The width of the header is different than that of the footer and I can't figure out why.
However by changing the margins of the footer to margin-right: 35px;
margin-right: 35px;
in
.footer__inner { background-color: #40403e; padding: 40px 35px; margin-left: -35px; margin-right: 35px; color: #fff; clear: left; }
both footer and header coincide. Not the ideal solution, but a hint. More investigation needed :-/
This was fixed by @dpshelio , closing.
As mentioned in #19, bootstrap is overwriting some indigo styling values, it seems.
The width of the header is different than that of the footer and I can't figure out why.
However by changing the margins of the footer to
margin-right: 35px;
in
both footer and header coincide. Not the ideal solution, but a hint. More investigation needed :-/