mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1237 from TheGrits/patch-3
Fix gh-1232: Footer Links space-between
This commit is contained in:
commit
5634e993e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue