Fix problems with a horizontal scrollbar (#518)

This commit is contained in:
Ujjwal Sharma 2018-03-19 21:15:53 +05:30 committed by Joel Marcey
parent a7acc7d794
commit d16d2aa4b3

View file

@ -1827,7 +1827,7 @@ footer .sitemap .nav-home:focus {
display: flex;
flex-direction: column;
margin: 0 2em 3em;
width: 100%;
width: calc(100% - 4em);
}
}