Skip to content

Commit 373fe0f

Browse files
committed
add content class (required due to Bulma invasive reset)
1 parent 451a88a commit 373fe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vocabulary_theme/templates/author.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img class="profile" src="https://secure.gravatar.com/avatar/{{ this.md5_hashed_email }}?size=200&d=mp" alt="gravatar">
1616
</figure>
1717
</div>
18-
<div class="column is-8">
18+
<div class="column content is-8">
1919
<h2>{{ render_author_name(this) }}</h2>
2020
{% if this.about %}
2121
<div class="about">{{ this.about }}</div>

0 commit comments

Comments
 (0)