Responsive

This commit is contained in:
Oliver Davies 2019-05-03 15:06:40 +01:00
parent 1474bb8c2f
commit 7d0c9d5b8a

View file

@ -3,9 +3,9 @@
{% block title %}{{ page.name }}{% endblock %}
{% block content_wrapper_inner %}
<div class="tw-flex tw--mx-4">
<div class="md:tw-flex tw--mx-4">
{% if page.image %}
<div class="tw-px-4 tw-flex-0 tw-w-48">
<div class="tw-px-4 tw-flex-0 tw-w-32 md:tw-w-48">
<img class="tw-max-w-full" src="/images/speakers/{{ page.image }}" alt="{{ page.name }}">
</div>
{% endif %}