Skip to content

Commit

Permalink
css fix and pwa fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed May 27, 2021
1 parent 88d369f commit 99cbb88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
text-align: left;
}

@media screen and (min-height: 650px) {
@media screen and (min-width: 500px) {
.center {
margin-left: auto;
margin-right: auto;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ViaSetup",
"short_name": "ViaSetup",
"description": "This tool tells you which Via* plugins you need depending on your server setup",
"start_url": "?pwa=1",
"start_url": "/ViaSetup/",
"display": "standalone",
"background_color": "#054d77",
"theme_color": "#054d77",
Expand Down

0 comments on commit 99cbb88

Please sign in to comment.