Remove use of space-evenly since it is not supported by all browsers
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
flex: 1 0 auto;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-around;
|
||||
& > div {
|
||||
width: 400px;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user