File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
themes/vocabulary_theme/templates Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="title ">
8
8
< h1 class ="container "> Authors</ h1 >
9
9
</ 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 >
13
15
</ div >
14
16
</ div >
15
17
</ div >
Original file line number Diff line number Diff line change 13
13
</ figure >
14
14
{% endif %}
15
15
< 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 >
17
17
< h6 class ="mobile b-header "> < a class ="link " href ="{{ author|url }} "> {{ render_author_name(author) }}</ a > </ h6 >
18
18
</ div >
19
19
</ div >
Original file line number Diff line number Diff line change @@ -432,9 +432,12 @@ code {
432
432
// All Authors page
433
433
.all-authors {
434
434
.authors-list {
435
- @extend .padding-horizontal-big ;
436
- @extend .padding-top-xl ;
437
435
@extend .padding-bottom-xxl ;
436
+
437
+ background-color : $color-lighter-gray ;
438
+ .container {
439
+ @extend .padding-horizontal-big ;
440
+ }
438
441
}
439
442
440
443
.author {
You can’t perform that action at this time.
0 commit comments