From 089c125cc182a3de289de9f542431bedc384a828 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Wed, 7 Sep 2022 07:21:39 -0300 Subject: [PATCH] [v0.0.1] Fixes Header in PWA Application --- src/index.html | 7 +++---- src/manifest.webmanifest | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 86b499d..53e6755 100644 --- a/src/index.html +++ b/src/index.html @@ -8,17 +8,16 @@ + - + + - - - diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 498c5cb..f05dad6 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -4,6 +4,7 @@ "theme_color": "#2e2e2e", "background_color": "#2e2e2e", "display": "standalone", + "orientation": "portrait", "scope": "./", "start_url": "./", "icons": [