Make the appstore view not so wide

This commit is contained in:
Johannes Zellner
2020-06-13 22:22:25 +02:00
parent 37aeb3f713
commit 7427d549cc

View File

@@ -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;