File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
</ p >
28
28
</ div >
29
29
30
- < div class ='col-lg-6 col-lg-offset-3 '>
30
+ < div class ='col-lg-7 col-lg-offset-3 '>
31
31
< h4 > Top 400 Python Projects in Github</ h4 >
32
32
{% for project in projects %}
33
33
< div class ='row link-box ositem '>
34
34
< div class ='row '>
35
- < div class ='col-lg-1 number '>
35
+ < div class ='col-lg-2 number '>
36
36
< span class ='index '> {{ loop.index }}.</ span >
37
37
38
38
</ div >
39
- < div class ='col-lg-9 info '>
39
+ < div class ='col-lg-8 info '>
40
40
< a class ='project ' href ='/open-source/{{ project.slug }} '> {{ project.name }}</ a >
41
41
< a href ='{{ project.src_url }} ' target ="_blank "> (git)</ a >
42
42
</ div >
@@ -45,13 +45,13 @@ <h4>Top 400 Python Projects in Github</h4>
45
45
</ div >
46
46
</ div >
47
47
< div class ='row description '>
48
- < div class ='col-lg-1 number '>
48
+ < div class ='col-lg-2 number '>
49
49
< a href ="/open-source/{{ project.slug }} " data-toggle ="tooltip "
50
50
title ='{{ project.name }} has <br />{{ project.watchers }} watchers on Github '
51
51
data-html ='true ' data-placement ='auto left '> {{ project.watchers }}</ a >
52
52
53
53
</ div >
54
- < div class ='col-lg-11 '>
54
+ < div class ='col-lg-10 '>
55
55
< p > {{ project.description }}</ p >
56
56
</ div >
57
57
</ div >
You can’t perform that action at this time.
0 commit comments