Switch to Tailwind

This commit is contained in:
Oliver Davies 2017-11-09 22:44:30 +00:00
parent 3a8d5362f2
commit 0d4fd40873
35 changed files with 1128 additions and 293 deletions

View file

@ -1,4 +1,4 @@
<div class="mt4">
<div class="mt-8">
<h2>Events</h2>
{% include "talks-table" with {

View file

@ -1,7 +1,8 @@
{% if page.slides.embed %}
<div class="mt2">
<div class="mt-8">
<h2>Slides</h2>
<div class="slides w-100 bg-center">
<div>
{{ page.slides.embed|raw }}
</div>
</div>