summaryrefslogtreecommitdiff
path: root/static/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r--static/website/templates/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index fa076b9..fcdf8cb 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -34,18 +34,18 @@
<div class="row">
<form class ="" id="filter-form" action="" role="form">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
- <a class="btn btn-block btn-primary" href="{% url 'website:questions' %}" style="margin-top: 30px;">View all previous questions.</a>
+ <a class="btn btn-block btn-primary" href="{% url 'website:questions' %}" style="margin-top: 18px;">View all previous questions.</a>
</div> <!-- /.col -->
</form>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
- <h3 align="center"><strong>{% total_question_count %}</strong></h3>
- <h3 align="center" text-color="#7395d9" >Questions</h3>
+ <h3 style="font-size: 18px" align="center"><strong>{% total_question_count %}</strong></h3>
+ <h3 style="font-size: 18px" align="center" style="margin-top:0px " text-color="#7395d9" >Questions</h3>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
- <h3 align="center"><strong>{% total_answer_count %}</strong></h3>
- <h3 align="center">Answers</h3>
+ <h3 style="font-size: 18px" align="center"><strong>{% total_answer_count %}</strong></h3>
+ <h3 style="font-size: 18px" align="center">Answers</h3>
</div>
</div>
</div>