Skip to content

Commit

Permalink
[Design] idea_list
Browse files Browse the repository at this point in the history
버튼 사이 간격 조정
  • Loading branch information
jimin-kiim committed Aug 2, 2021
1 parent d8dbac6 commit 41cb181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SWIDEA_SITE/ideas/templates/idea/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h3 class="py-3"><a class="text-light" href="{% url 'ideas:idea_detail' idea.pk%
<span class="font-weight-bold text-light">예상 개발 툴:</span> <span class="text-light">{{ idea.devtool }}</span>
<br>
<span class="font-weight-bold text-light">아이디어 관심도:</span> <span class="text-light">{{ idea.interest }}</span>
<button class="btn btn-sm border-secondary text-light" id="up">+</button>
<button class="btn btn-sm border-secondary text-light" id="down">-</button>
<button class="btn btn-sm border-secondary text-light mx-1" id="up">+</button>
<button class="btn btn-sm border-secondary text-light mx-1" id="down">-</button>

</div>
</div>
Expand Down

0 comments on commit 41cb181

Please sign in to comment.