style updates for ios

This commit is contained in:
2022-05-18 16:23:17 -05:00
parent 4c7a6ff622
commit 1ad261777e
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
{% include 'head.html' %}
</head>
<body class="bg-light">
<body>
<header class="min-vw-100">
<div>
{% block navbar %}

View File

@@ -10,5 +10,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="BenchCoach" />
{#<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />#}
<meta name="theme-color" content="#323669".>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="manifest" href="{% static "manifest.json" %}" />