Remove use of space-evenly since it is not supported by all browsers
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user