Skip to content

Commit 8ba6e1c

Browse files
committed
update authors page
1 parent b2808e6 commit 8ba6e1c

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

themes/vocabulary_theme/templates/authors.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div class="title">
88
<h1 class="container">Authors</h1>
99
</div>
10-
<div class="authors-list container">
11-
<div class="columns is-multiline is-mobile">
12-
{{ render_authors(this) }}
10+
<div class="authors-list">
11+
<div class="container">
12+
<div class="columns is-multiline is-mobile">
13+
{{ render_authors(this) }}
14+
</div>
1315
</div>
1416
</div>
1517
</div>

themes/vocabulary_theme/templates/macros/authors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</figure>
1414
{% endif %}
1515
<div class="author-name">
16-
<h4 class="desktop b-header"><a class="link" href="{{ author|url }}">{{ render_author_name(author) }}</a></h4>
16+
<h5 class="desktop b-header"><a class="link" href="{{ author|url }}">{{ render_author_name(author) }}</a></h5>
1717
<h6 class="mobile b-header"><a class="link" href="{{ author|url }}">{{ render_author_name(author) }}</a></h6>
1818
</div>
1919
</div>

webpack/sass/main.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,12 @@ code {
432432
// All Authors page
433433
.all-authors {
434434
.authors-list {
435-
@extend .padding-horizontal-big;
436-
@extend .padding-top-xl;
437435
@extend .padding-bottom-xxl;
436+
437+
background-color: $color-lighter-gray;
438+
.container {
439+
@extend .padding-horizontal-big;
440+
}
438441
}
439442

440443
.author {

0 commit comments

Comments
 (0)