diff options
-rw-r--r-- | static/website/templates/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 53e8f95..ad67aec 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -82,19 +82,20 @@ input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button: <div id="filter-container"> <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"> + <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: 18px;">View all previous questions.</a> </div> <!-- /.col --> </form> - <div class="col-lg-6 col-md-6 col-sm-6"> + <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"> + + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" style="width: 100px; margin-left:40px; margin-right:40px; " > <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> + <h3 style="font-size: 18px; margin-top: 1px;" align="center" text-color="#7395d9" >Questions</h3> </div> - <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> + <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" style="width: 100px;margin-left:40px; margin-right:40px"> <h3 style="font-size: 18px" align="center"><strong>{% total_answer_count %}</strong></h3> - <h3 style="font-size: 18px" align="center">Answers</h3> + <h3 style="font-size: 18px; margin-top: 1px;" align="center">Answers</h3> </div> </div> </div> |