Update talk layout width
This commit is contained in:
parent
00611628fc
commit
0321e4dd15
|
@ -3,7 +3,7 @@
|
||||||
{% block body_classes 'page--talks page--talks__talk' %}
|
{% block body_classes 'page--talks page--talks__talk' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<main class="col-md-10">
|
<main class="col-md-9">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
<p>At {{ page.location }} on {{ page.date|date(site.default_date_format) }}.</p>
|
<p>At {{ page.location }} on {{ page.date|date(site.default_date_format) }}.</p>
|
||||||
|
|
Loading…
Reference in a new issue