Update hint button width to fill the container

This commit is contained in:
Kevin Chung
2017-12-21 23:05:18 -05:00
parent 8532eec50f
commit 6381a86d64

View File

@@ -29,7 +29,7 @@
<div class="chal-hints hint-row row">
{% for hint in hints %}
<div class='col-md-12 hint-button-wrapper text-center mb-3'>
<a class="btn btn-info btn-hint" href="javascript:;" onclick="javascript:loadhint({{hint.id}})">
<a class="btn btn-info btn-hint btn-block" href="javascript:;" onclick="javascript:loadhint({{hint.id}})">
{% if hint.hint %}
<small>
View Hint