Merge pull request #1237 from TheGrits/patch-3

Fix gh-1232: Footer Links space-between
This commit is contained in:
Matthew Taylor 2017-03-07 10:14:16 -05:00 committed by GitHub
commit 5634e993e9

View file

@ -7,7 +7,7 @@
text-align: center;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
justify-content: space-between;
dl {
display: inline-block;