UCL-RITS / GFR-calculator

Online GFR calculator for the Royal Free Hospital
http://rfh-cirrhosis-gfr.ucl.ac.uk/
2 stars 0 forks source link

Fix header styles #20

Closed raquelalegre closed 7 years ago

raquelalegre commented 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;

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 :-/

raquelalegre commented 7 years ago

This was fixed by @dpshelio , closing.