Small typo

This commit is contained in:
Kim Gardner
2018-05-31 13:33:34 -04:00
parent 9d752685cd
commit 135f0e300f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<link href="{{ resolve('embed/stream/default.css')}}" rel="stylesheet">
<link href="{{ resolve('embed/stream/bundle.css')}}" rel="stylesheet">
{# Custom CSS is included after the CSS block so that it's overrides will apply #}
{# Custom CSS is included after the CSS block so that its overrides will apply #}
{% include "partials/custom-css.njk" %}
{% endblock %}
+1 -1
View File
@@ -5,7 +5,7 @@
{% block css %}
<link href="{{ resolve('coral-login/bundle.css')}}" rel="stylesheet">
{# Custom CSS is included after the CSS block so that it's overrides will apply #}
{# Custom CSS is included after the CSS block so that its overrides will apply #}
{% include "partials/custom-css.njk" %}
{% endblock %}
+1 -1
View File
@@ -4,6 +4,6 @@
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
<link rel="stylesheet" href="{{ BASE_PATH }}public/css/admin.css">
{# Custom CSS is included after the CSS block so that it's overrides will apply #}
{# Custom CSS is included after the CSS block so that its overrides will apply #}
{% include "partials/custom-css.njk" %}
{% endblock %}