Make the appstore view not so wide
This commit is contained in:
@@ -714,7 +714,7 @@ multiselect {
|
||||
.appstore-toolbar-content {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 900px;
|
||||
|
||||
> input {
|
||||
margin: 0 10px;
|
||||
@@ -743,7 +743,7 @@ multiselect {
|
||||
margin: auto;
|
||||
margin-top: 50px;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
max-width: 900px;
|
||||
|
||||
@media(max-width:768px) {
|
||||
margin-top: 50px;
|
||||
|
||||
Reference in New Issue
Block a user