Footer links should be aligned to the left

This commit is contained in:
wswidzinski 2018-01-16 18:51:57 +01:00
parent 76bee301ea
commit 3ef501b2e0

View File

@ -10,7 +10,7 @@
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
justify-content: flex-start;
margin: 0;
padding: 0;
list-style: none;