Remove use of space-evenly since it is not supported by all browsers

This commit is contained in:
yflory
2018-05-24 16:09:33 +02:00
parent 7800fa2dcd
commit 95218f0fa1
4 changed files with 4 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
flex: 1;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
justify-content: space-around;
}
}