_layouts/page.html in jekyll-theme-conference-3.6.2 vs _layouts/page.html in jekyll-theme-conference-3.6.3
- old
+ new
@@ -1,8 +1,8 @@
{% include partials/header.html %}
{% if page.title -%}
- <h1 class="font-weight-light mb-2">{{ page.title }}</h1>
+ <h1 class="display-5 mb-3">{{ page.title }}</h1>
{%- endif %}
{{ content }}
{% if page.map %}