Skip to content

Commit 5a4a32a

Browse files
committed
change column-size
1 parent d76ff55 commit 5a4a32a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyhackers/templates/os_list.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
</p>
2828
</div>
2929

30-
<div class='col-lg-6 col-lg-offset-3'>
30+
<div class='col-lg-7 col-lg-offset-3'>
3131
<h4>Top 400 Python Projects in Github</h4>
3232
{% for project in projects %}
3333
<div class='row link-box ositem'>
3434
<div class='row'>
35-
<div class='col-lg-1 number'>
35+
<div class='col-lg-2 number'>
3636
<span class='index'>{{ loop.index }}.</span>
3737

3838
</div>
39-
<div class='col-lg-9 info'>
39+
<div class='col-lg-8 info'>
4040
<a class='project' href='/open-source/{{ project.slug }}'>{{ project.name }}</a>
4141
<a href='{{ project.src_url }}' target="_blank">(git)</a>
4242
</div>
@@ -45,13 +45,13 @@ <h4>Top 400 Python Projects in Github</h4>
4545
</div>
4646
</div>
4747
<div class='row description'>
48-
<div class='col-lg-1 number'>
48+
<div class='col-lg-2 number'>
4949
<a href="/open-source/{{ project.slug }}" data-toggle="tooltip"
5050
title='{{ project.name }} has <br />{{ project.watchers }} watchers on Github'
5151
data-html='true' data-placement='auto left'>{{ project.watchers }}</a>
5252

5353
</div>
54-
<div class='col-lg-11'>
54+
<div class='col-lg-10'>
5555
<p>{{ project.description }}</p>
5656
</div>
5757
</div>

0 commit comments

Comments
 (0)