From 9e2355467842503def2a01737553a47c534076a3 Mon Sep 17 00:00:00 2001 From: Roy Olav Purser Date: Thu, 13 May 2021 11:39:23 +0200 Subject: [PATCH] add meta viewport --- frontend/index.html | 1 + frontend/style.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index f3e82a5..fd108f3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,5 +1,6 @@ + diff --git a/frontend/style.css b/frontend/style.css index 1b87526..24d25ec 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,11 +1,13 @@ body { margin: 0px; } +/* .video-js { font-size: 1rem; } -@media (pointer:coarse) { +@media (pointer:coarse) and (orientation:portrait) { .video-js { font-size: 3rem; } } +*/