Skip to content

Commit

Permalink
Make sure the sitemap in footer is left aligned (#509)
Browse files Browse the repository at this point in the history
* Make sure the sitemap in footer is left align

Fixes: #485

* Restore original max-width and change width inside media query
  • Loading branch information
ryzokuken authored and JoelMarcey committed Mar 19, 2018
1 parent 7080a49 commit a7acc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@ footer .sitemap .nav-home:focus {
display: flex;
flex-direction: column;
margin: 0 2em 3em;
width: 100%;
}
}

Expand Down

0 comments on commit a7acc7d

Please sign in to comment.