style updates for ios
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{% include 'head.html' %}
|
{% include 'head.html' %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-light">
|
<body>
|
||||||
<header class="min-vw-100">
|
<header class="min-vw-100">
|
||||||
<div>
|
<div>
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
|
|||||||
@@ -10,5 +10,7 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<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-status-bar-style" content="default" />
|
||||||
<meta name="apple-mobile-web-app-title" content="BenchCoach" />
|
<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" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||||
<link rel="manifest" href="{% static "manifest.json" %}" />
|
<link rel="manifest" href="{% static "manifest.json" %}" />
|
||||||
Reference in New Issue
Block a user