We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1ba66 commit da73178Copy full SHA for da73178
themes/vocabulary_theme/templates/authors.html
@@ -8,7 +8,7 @@
8
<h1 class="container">Authors</h1>
9
</div>
10
<div class="authors-list container">
11
- <div class="columns is-multiline">
+ <div class="columns is-multiline is-mobile">
12
{{ render_authors(this) }}
13
14
themes/vocabulary_theme/templates/macros/authors.html
@@ -2,7 +2,7 @@
2
3
{% macro render_authors(authors) %}
4
{% for author in site.query(authors.path) %}
5
- <div class="author column is-2">
+ <div class="author column is-6-mobile is-2-desktop">
6
{% if author.md5_hashed_email %}
7
<figure class="image profile">
<img class="profile" src="https://secure.gravatar.com/avatar/{{ author.md5_hashed_email }}?size=200" alt="gravatar" />
0 commit comments