Use bulma

This commit is contained in:
Oliver Davies 2017-07-26 00:13:04 +01:00
parent 7d99c588e7
commit 96038c3286
13 changed files with 75 additions and 75 deletions

View file

@ -12,7 +12,7 @@
</div>
{% if page.slides.embed %}
<div class="talk-slides">
<div class="talk-slides mt-2">
<h2>Slides</h2>
<div class="presentation">
{{ page.slides.embed|raw }}
@ -21,7 +21,7 @@
{% endif %}
{% if page.video.embed %}
<div class="talk-video">
<div class="talk-video mt-2">
<h2>Video</h2>
<div class="embed-container">
{{ page.video.embed|raw }}
@ -29,7 +29,7 @@
</div>{# .talk-video #}
{% endif %}
<div class="talk-events">
<div class="talk-events mt-3">
<h2>Events</h2>
{% set events = [] %}