attempt to fix spacing and sizing

This commit is contained in:
David Todd
2019-05-28 19:14:50 -05:00
parent bd60664fc3
commit dd2a8bb933
2 changed files with 3 additions and 9 deletions

View File

@@ -40,8 +40,7 @@
{% endblock %}
{% block content %}
<div class="uk-width-7-10@m">
<div class="uk-width-1-5@m">
<article class="uk-article">
<h1 class="uk-heading-primary uk-article-title" itemprop="name">{{ article.title }}</h1>
@@ -79,10 +78,5 @@
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
{% endif %}
{% if ISSO_BASE_URL %}
<script data-isso="{{ ISSO_BASE_URL }}/" src="{{ ISSO_BASE_URL }}/js/embed.dev.js"></script>
<section id="isso-thread"></section>
{% endif %}
</div>
{% endblock %}