Private
Public Access
1
0

changed alignment footer

This commit is contained in:
Sander Roosendaal
2018-09-22 16:35:59 +02:00
parent bf4a93f496
commit 1144d9b7f4

View File

@@ -28,7 +28,8 @@
footer ul { footer ul {
list-style: none; list-style: none;
display: flex; display: flex;
justify-content: flex-start; justify-content: space-between;
/* justify-content: flex-start; */
flex-direction: row; flex-direction: row;
} }