File tree 2 files changed +3
-3
lines changed
themes/vocabulary_theme/templates
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ <h2 class="is-paddingless level-left">
8
8
< a class ="project-page-link " href ="/contributing-code/projects/ "> See all available projects < i class ="icon angle-right "> </ i > </ a >
9
9
</ span >
10
10
</ div >
11
- < div class ="project-list columns ">
11
+ < div class ="project-list columns is-multiline ">
12
12
{% for repo in bag('repos.repos') %}
13
13
{% if repo.featured %}
14
- < div class =" column is-one-third ">
14
+ < div class ="column is-one-third ">
15
15
< article class ="card entry-post vertical project-index ">
16
16
< div class ="card-content ">
17
17
< h4 class ="card-title b-header "> < a href ="{{ repo.url }} "> {{ repo.english_name }}</ a > </ h4 >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1>Project List</h1>
16
16
< h2 class ="is-paddingless level-left ">
17
17
Featured Projects
18
18
</ h2 >
19
- < div class ="project-list columns ">
19
+ < div class ="project-list columns is-multiline ">
20
20
{% for repo in bag('repos.repos') %}
21
21
{% if repo.featured %}
22
22
< div class =" column is-one-third ">
You can’t perform that action at this time.
0 commit comments