Merged in fix/left-align-ameneties (pull request #2734)
* left align sho all ameneties
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
|
||||
.slotWrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
|
||||
@media screen and (min-width: 1367px) {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user